/* CSS Document */
body
{
	background:url(../img/intro_pagebkg.png) center top no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}
body, ul, li, h1,h2,h3,p, form
{
	margin:0px;
	padding:0px;
}
ul, li
{
	list-style-position:outside;
	list-style-type:none;
}


#wraper
{
	width:680px;
	margin: 0 auto;
}
#main
{
	width:680px;
	float:left;
}
#rotate
{
	float:inherit;
	height:890px;
	overflow:hidden;
	
}
#splash
{
	width:453px;
	height:96px;
	background-image:url(../img/bg-splash.png);
	background-repeat:no-repeat;
	float:right;
	margin:0 30px 0 0;
}
#condemn
{
	float:left;
	padding-left:280px;
	margin-top:20px;
	text-align:center;
}
#under21
{
	width:210px;
	float:left;
	padding:0 0 0 12px;
	margin-top:25px;
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
}
#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:right;
	padding:0 0 0 0px;
	margin:25px 0 0 0;
}
#birth option, #birth select
{
	background-color:#0A0A0A;
	color:#FFFFFF;
	height:22px;
}
#birth select
{
	margin-left:10px;
}
#homeSel
{
	float:right;
	width:220px;
	height:28px;
	margin:2px 10px 0 0;
}
#enter
{
	clear:both;
	float:right;
	/*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;
}
