body {
	background-color: #000;
	color: #fff;
	padding: 0;
	margin: 0;
}

a:link { font-weight:bold; color:#fff; text-decoration:none; }
a:visited { font-weight:bold; color:#fff; text-decoration:none; }
a:focus { font-weight:bold; color:#fff; text-decoration:none; }
a:hover { font-weight:bold; color:#fff; text-decoration:none; }
a:active { font-weight:bold; color:#fff; text-decoration:none; }

#background
{
	background: url("/us/flash/age_gate_02.jpg") center top #000 no-repeat;
	border: 0 none;
	height: 100%;
	min-height: 754px; 
	position: absolute;
	width: 100%;
}

#backgroundPlain
{
	background: url("/us/flash/age_gate_empty.jpg") center top #000 no-repeat;
	border: 0 none;
	height: 100%;
	min-height: 754px; 
	position: absolute;
	width: 100%;
}

form
{
	margin-left: 50%;
	position: absolute;
	top: 380px;
}

form select
{
	position: absolute;
	border-color: #29507b;
	background-color: #000;
	color: #FFFFFF;
	top:5px;
}

#month select
{
	left:100px;
}

#month{
	background: url("/us/flash/month.png") center top no-repeat;
	width:96px;
	height:31px;
	position:absolute;
	left: -257px;	
}

#day select
{
	left: 60px;
	
}

#day{
	background: url("/us/flash/day.png") center top no-repeat;
	width:58px;
	height:31px;	
	position:absolute;
	left: -80px;
}

#year select
{
	left: 73px;
	
}

#year{
	background: url("/us/flash/year.png") center top no-repeat;
	width:68px;
	height:31px;
	position:absolute;
	left:50px;		
}

#submit button
{
	position: absolute;
	background: transparent;
	border: 0 none;
	left:235px;
	top:-15px;
	padding:0px;
}

#submit div
{
	background: url("/us/flash/submit.png") center transparent no-repeat;
	height: 114px;
	width: 114px;

}

#submit button:hover
{
	background: url("/us/flash/submit_MO.png") center transparent no-repeat;
	cursor: pointer;
}

#submit button:hover div
{
	background-position: -160px 0px;	
}

#notAllowed
{
	color: #000;
	font-family: "Lucida Sans Unicode",Arial,sans-serif;
	font-size: 11pt;
	left: -421px;
	margin-left: 50%;
	position: absolute;
	text-align: center;
	top: 380px;
	width: 838px;
	font-weight:600;
}

#footer {
	clear: both;
	width: 100%;
	height:467px;
	font-size: 0.8em;
	top:600px;
	text-align:center;
	position:absolute;
	
}