/* CSS Document */
#recaptcha_response_field{
	position:relative;
	left:0;

}

body{	
	background:#0485c2;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;

}
/* Page BG Styles Start here */

#splash{
	width:100%;
	height:715px;

	margin-left:auto;
	margin-right:auto;
}
#comingsoon{
	width:1050px;
	height:750px;

	margin-left:auto;
	margin-right:auto;
}
#closed{
	width:1030px;
	height:672px;
	background:url(images/closed.jpg) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
}
#noflash{
	width:1030px;
	height:672px;
	background:url(images/no_flash.jpg) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
}

#wrapper{
	width:100%;
	margin-left:auto;
	margin-right:auto;	
}




/* Footer Styles Start here */
#footer{
	width:1017px;
	height:234px;
	background:#0485c2 url(images/footer_bg_top.jpg) no-repeat top;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-size: 14px;


}

#footer table{
	margin-left:15px;
	margin-top:10px;
	
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{
	color:#EEEEEE;
	text-decoration:none;
}



.clearfix{
	width:100%;
	clear:both;
}
.error{
	color:yellow;
	font-weight:bold;
	font-size:14px;
}

div.prize_popup{
	background-color: #0c2f3f;	
	width:800px;
	height:560px;
}

div.pwindow{
	width: 800px;
	height: 560px;
	left: 100px;
	top: 100px;
	position: absolute;
	visibility:hidden;
}