/* CSS Document */
*
{
	margin:0; 
	padding:0;
}
IMG
{
	border:0px;
}
BODY
{
	margin-left:auto;
	margin-right:auto;
	background-color:#34586E;
}
#outer_wrapper
{
	position:relative;
	margin:auto;
	background-image:url(images/splash_background.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:600px;
	width:948px;	
	z-index: 1;
	text-align: center;
	padding-top: 210px;
}
#flash
{
	position: absolute;
	margin-top:210px;
	width: 100%;
	text-align:center;
	z-index:3;
}
#enter
{
	margin: 0 auto;
	width: 100%;
	text-align:center;
	padding-top:30px;
	z-index:2;
}

