
body{
	background-color:#000000;
	background-image:url(images/splash_bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:14px;
	font-size:11px; 
	text-align:center;
	margin:0px;
	padding:0px;
}

a{color: #FFFFFF;text-decoration: none;}
a:link{color: #FFFFFF;text-decoration: none;}
a:visited{color: #FFFFFF;text-decoration: none;}
a:hover{color: #9b4c11;text-decoration: underline;}

#splash{
	background-image:url(images/splash.png);
	background-repeat:no-repeat;
	margin:auto;
	width:100%;
	height:477px;
	position:absolute;
	top:0px;
	left:0px;
	}

#links{
	background-color:#000000;
	text-align:left;
	color: #9b4c11;
	font-size:12px;
	position:absolute;
	left:235px;
	top:480px;
	width:200px;
	height:60px;
	}
