@charset "UTF-8";
/* CSS Document */

html, body {margin:0; padding:0; height:100%;}

body {
	background:url(images/bk.jpg) no-repeat center top black;position:relative;
	font-family: sans-serif;
	color:white;
}

a, a:visited, a:hover {color:yellow; text-decoration:none;}

a img {border:0;margin:0;}


h1 {font-size:22px;color:yellow; background:url(images/arrow.png) no-repeat left top; padding-left: 40px; margin:0; height:30px; padding-top:7px;position:relative; left:-40px;}

p {color:white;font-size:12px;line-height:20px;}

ul li {font-size:15px; font-weight:bold;}
ol li {font-size:12px;line-height:20px;font-weight:normal; list-style:disc;}

blockquote {
margin:0px 20px;
}

blockquote p {
font-size:12px;  line-height:20px; font-weight:normal;
}

#wrapper {
	width:1180px;
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    margin-bottom:-118px;
}

/*homepage*/
#home_main {
position:relative;
height:100%;
height:auto;
padding-bottom:150px;
}

.hometitle {
	position:relative;
	top:110px;
	left:0px;
}

.home_countdown {
	position:absolute;
	top:270px;
	left:800px;
	font-size:100px;
	line-height:20px;
	text-align:left;
	text-shadow:white 0px 1px 2px;
	color:#333;
	z-index:100;
}

.home_countdown sup {
	font-size:.15em;
}

.homeverse {
	position:relative;
	top:110px;
	left:0;
}

.homeselections {
    position:relative;
	top:110px;
	left:55px;
	width:482px;
	height:182px;
}

.video {
	position:absolute;
	top:461px;
	right:10px;
	width:610px;
	height:340px;
}

/*other pages*/

#pages_main {
position:relative;
height:auto;
min-height:300px;
top:-130px;
padding-bottom:100px;
margin-top:285px;
margin-bottom:0px;
background: url(images/transblack.png) repeat;
}

.pages_submenu {
	position:absolute;
	top:30px;
	right:50px;
	z-index:100;
	font-weight:bold;
}

.pages_submenu2 {
	position:absolute;
	top:30px;
	right:50px;
	z-index:100;
	font-weight:bold;
}

.title {
    position:relative;
    top:240px;
	left:55px;
	color:yellow;
	font-size:70px;
	font-weight:bold;
	margin:0;
	z-index:50;
	height:130px;
	width:auto;
}

.texts {
    position:relative;
	left:130px;
	top:70px;
	width:920px;
	height:100%;
}

.speakers {
	position:relative;
	left:180px;
	top:70px;
	width:960px;
	height:100%;
}

/*footer*/
#footer {
	background:url(images/footerbk.png) no-repeat left top;
	width:1180px;
	height:148px;
	position:relative;
}

.clearfooter {
   clear: both;
   height:118px;
}

#footer2 {
	background:url(images/footerbk2.png) no-repeat left top;
	width:1180px;
	height:118px;
	position:relative;
	margin:0 auto;
}


.footer1 {
position:absolute;
left:75px;
top:20px;
}

.footer2 {
position:absolute;
left:610px;
top:20px;
}

.footer3 {
	position:absolute;
	left:75px;
	top:70px;
}

.footer4 {
	position:absolute;
	left:610px;
	top:70px;
}
.facebook {
	position:fixed;
	right:5px;
	top:0px;
	padding:6px;
	width:90px;
	font-size:50px;
background: url(images/transblack.png) repeat;
	text-align:center;
	line-height:20px;
	font-size:25px;
}

.facebook sup {font-size:.4em;}



