@charset "UTF-8";
/* CSS Document */




body{
	font-family:Helvetica, sans-serif;
	font-size:13px;
	background-color:#bcbcbc;
	}
	
#splash {
	position:absolute;
	width:900px;
	height:398px;
	margin-left:-450px;
	left:50%;
	top:50%;
	margin-top:-200px;
	text-decoration:none;
	text-align:right;
	color:#f3f1e3;
	background-color:#000;
	}
	
#splashslide{
	position:absolute;
	top:6px;
	left:396px;
	}

#splash a img{
	border:none;
	height:398px;
	width: 900px;
	background-color: #000;
}

#splash a:link{
	text-decoration: none;
	border:none;
	color:#000;
}

#splash a:visited{
	text-decoration: none;
	border:none;
	color:#000;
}

#splash a:hover{
	text-decoration: none;
	border:none;
	color:#000;
}

#splash a:active{
	text-decoration: none;
	border:none;
	color:#000;
}
	
