body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#0A0A05;
	background-image: url('/images/splash-top-bkg.gif');
	background-position: top center;
	background-repeat:repeat-x;
}

a {
	color: #DBF3BF;
	text-decoration:underline;
}

a:hover { text-decoration:none; }

#splash {
	background-image: url('/images/splash.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	width: 900px;
	height: 500px;
	margin:0px auto;
	padding: 0px;
}

#splash a {
	display: block;
	width: 800px;
	height: 500px;
	margin: 0px auto; padding:0px;
}

#splash a span { display:none; }


h1 { padding: 0px; margin:0px; }
h1 span {
	display: none;
}

div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	color: #2A2506;
	margin:20px 0px;
}


div#footer a {
	width: 900px;
	color: #48330D;
	text-decoration:none;
}

div#footer a:hover { text-decoration:underline; }
