/* CSS Document */
#wrapper{
	margin:0px auto;
	width:1050px;
}
 body{
 	background: #000 url(imgs/bgd3.png) repeat-x top left;
}

#content{
	width:1050px;
}

#flash{
	width:800px;
	height:500px;
	float:left;
}
#flash_menu{
	width:250px;
	height:500px;
	float:right;
}

#enter{
	text-align:center;
	float:left;
	width:100%;
}
#enter h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#enter h3 a{
	color:#CCCCCC;
	text-decoration:none;
	cursor:move;
}
#enter h3 a:hover{
	color:#F0AB00;
	text-decoration:underline;
}