@charset "UTF-8";
/*
body
*/
body {
	height: 100%;
	width: 100%;
	margin-top: 0;
	padding:0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/site-bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	color: #FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
}

#linktab {
	width: 175px;
	height: 65px;
	position:relative;
	padding-left:720px;
	padding-top: 10px;
	margin-bottom:0px;
}
#countdown {
	width: auto;
	height: auto;
	position: relative;
	padding-left: 535px;
	padding-top:5px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 0px;
}
#nyesubhead {
    width: auto;
	height: 25px;
	position: relative;
	margin-left: 525px;
	padding-top: 0px;
	margin-bottom:0px;
}
/*
div container
*/
#container {
	height: 100%;
	width: 720px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*
event logo flash element
*/
#flashlogo {
	position: relative;
	height: 300px;
	width: 680px;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 80px;
	padding-top: 10px;
	z-index: 1;
}
#flashlogobg {
	position: relative;
	height: 463px;
	width: 680px;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 35px;
	background-image: url(images/glowing-orbs.png);
	background-repeat: no-repeat;
	z-index: 13;
}
#presenters {
position: relative;
	height: 96px;
	width: 680px;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(images/presenters.png);
	background-repeat: no-repeat;
}
 
#orderbutton {
	position:relative;
	height:120px;
	width: 335px;
	padding-left: 370px;
	padding-top: 345px;
	z-index: 2;

}
#info {
	position: relative;
	height: 490px;
	width: 680px;
	margin-top: -120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
    background-image: url(images/info-rev.png);
	background-repeat: no-repeat;
	z-index: 1;
	
}
#share {
	position: relative;
	height: auto;
	width: 720px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: 160px;
	padding-top: 0;
	z-index: 2;
	
}
#fbshare {
	position: relative;
	height: auto;
	width: 132px;
	margin-top: -19px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: -140px;
	padding-top: 0;
	padding-left: 0;
	z-index: 1;
	
}

#footer {
	position: absolute;
	height: 100px;
	width: 620px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-top: 0x;
    background-image: url();
	background-repeat: no-repeat;

	
}
#utopia {
	position: absolute;
	height: auto;
	width: 610px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 20px;
	z-index: 20;
}
/*
rollover
*/
div.fadehover {
	position: relative;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -25px;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	
img
{  border-style: none;
}
	
	
.hidden {
	display:none;
}
.white {
	color:#FFFFFF;
	
}
/*
global link styles
*/
a:link {	
	color: #FFF; 
	text-decoration:underline;}
			
a:visited {	
	color: #FFF; 
	text-decoration: underline;}
			
a:hover {
	color: #FFF;
	text-decoration: underline;}
			
a:active { 	
	color:#FFF
	text-decoration: underline;}
/*
bottle link
*/
#bottle-link {
   width:100%;
   position: fixed;
   float: left;
   bottom:-5px;
   float: right;
}
/*
music player
*/
#music-player {
   width:100%;
   position: fixed;
   float: left;
   bottom:0px;
   margin-left: 115px;
}