html
{
	margin: 0px;
	padding: 0px;
	color: black;
	background-color:#AEAEAE;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 11px;
}

a
{
	color:white;
}

body
{
	margin: 40px 20px 0px 20px;
	display:inline;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 782px;
}

h1
{
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	color:#323232;
}

h2
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#323232;
}

p
{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#323232;
	padding:0px;
	margin:12px 0px 0px 0px;
}

#header
{
	float:left;
	width:782px;
	height:117px;
	background:url('../images/splash_top.jpg')  no-repeat;
}

#splash_left
{
	float:left;
	width:38px;
	height:317px;
	background:url('../images/splash_middle_left.jpg')  no-repeat;
}

#splash_center
{
	float:left;
	width:367px;
	height:317px;
	background-color:#D3D3D3;
}

#splash_right
{
	float:right;
	width:377px;
	height:317px;
	background:url('../images/splash_middle_right.jpg')  no-repeat;
}

#enter_button
{
	float:left;
	width:389px;
	height:33px;
	background:url('../images/splash_enter_button.gif')  no-repeat;
}

#spacer0
{
	float:right;
	width:782px;
	height:20px;
	background:url('../images/spacer0.jpg')  no-repeat;
}

#spacer3
{
	float:right;
	width:393px;
	height:58px;
	background:url('../images/spacer3.jpg')  no-repeat;
}

#spacer1
{
	float:left;
	width:144px;
	height:25px;
	background:url('../images/spacer1.gif')  no-repeat;
}

#splash_dontshow_button
{
	float:left;
	width:155px;
	height:25px;
	background:url('../images/splash_dontshow_button.gif')  no-repeat;
}

#spacer2
{
	float:left;
	width:90px;
	height:25px;
	background:url('../images/spacer2.gif')  no-repeat;
}

#splash_bottom
{
	float:left;
	width:782px;
	height:63px;
	background:url('../images/splash_bottom.jpg')  no-repeat;
}