/* CSS Document */
body
{
	background:url(../img/background.jpg) repeat-x #1B1B1B;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
body, ul, li, h1,h2,h3,p
{
	margin:0px;
	padding:0px;
}
ul, li
{
	list-style-position:outside;
	list-style-type:none;
}


#wraper
{
	width:1016px;
	margin-left:auto;
	margin-right:auto;
}
#main
{
	float:left;
}
#rotate
{
	float:left;
	height:403px;
	overflow:hidden;
	background-color:#3B3B3B;
}
#splash
{
	height:146px;
	background-image:url(../img/splash.jpg);
	background-repeat:no-repeat;
	float:left;
	width:1016px;
}
#condemn
{
	float:left;
	padding-left:280px;
	margin-top:20px;
	text-align:center;
}
#under21
{
	float:left;
	padding-left:327px;
	margin-top:15px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#year
{
	background-image:url(../img/yyyy.jpg);	
	width:87px;
	height:27px;
}
#month,#day
{
	background-image:url(../img/mmmm.jpg);
	width:47px;
	height:27px;
}

#birth
{
	float:left;
	padding-left:330px;
	margin-top:15px;
	clear:left;
	width:600px;
}
#birth option, #birth select
{
	background-color:#0A0A0A;
	color:#FFFFFF;
}
#birth select
{
	margin-left:10px;
}
#homeSel
{
	float:left;
	margin-top:5px;
	width:280px;
}
#enter
{
	float:left;
	/*margin-left:60px;*/
}
#footer
{
	width:1016px;
	float:left;
	background-color:#9DC2D4;
	height:31px;
	font-size:10px;
}
#flinks
{
	height:15px;
	float:left;
	margin-top:3px;
	padding-left:200px;
}
#flinks li
{
	float:left;
	margin-right:10px;	
}
#flinks a
{
	text-decoration:none;
	color:#3F5D68;
}
#flinks a:hover
{
	text-decoration:underline;
}
#copyright
{
	float:left;
	text-align:center;
}
#copyright p
{
	width:1016px;
	color:#6C8A95;
}