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

.clearfix {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} 

img{border:none;}

body{
	width:99%;
	height:100%;
	background:url(../images/background.jpg) repeat-x #3d74d2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F3D25F;
}

#main{
	width:1100px;
	margin:0 auto;	
}

#mainpic{
	display:block;
}

#d_text{
	width:800px;
	height:100px;
	overflow-y:scroll;
	background-color:#006699;
	border:#FFCC00 1px solid;
	font-weight:normal;
}

#enterexit{
	
	margin-top:40px;
}

#exitlink{
	margin-left:180px;
}

.warning{
	font-size:18px;
	font-weight:bold;
}

.update{
	background:url(../images/update_background.png);
	width:1124px;
	height:426px;
}

.video{
	display:inline;
	float:left;
	border:3px solid #F4CA7B;
	
	margin-left:20px;
	margin-top:50px;	
}

.story{
	display:inline;
	float:left;
	margin-top:50px;
	margin-left:20px;
	border:2px dashed #F4CA7B;
	background:#6796CF;
	width:300px;
	height:300px;
}

.thumbs{
	display:inline;
	float:left;
	margin-top:50px;
	margin-left:20px;
	width:300px;
	height:300px;
}

.thumbs ul {
	width:400px;
	position:relative;
	left:-40px;
	_width:300px;
}

.thumbs ul li{
	display:inline;
	float:left;
}

.nextAction{
	position:absolute;
	top:500px;
	left:1000px;
}

#homemain
{
	background:url(../images/home.png);
	width:679px;
	height:594px;
}


.updatelist{
	display:block;
	margin:0 auto;
	text-align:center;
}

.updatelist li{
list-style:none;
display:inline;
margin-left:10px;
}

.updatelist li a{
color:#FFFFFF;
}
