/* Splash Screen */
div#splash{
	width:975px;
	height:300px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-487px;
	margin-top:-150px;
	text-align:center;
}
div#splash h1{
	width:150px;
	height:127px;
	background:url(../images/splash.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}
div#splash h2{
	font-size:24px;
	letter-spacing:1px;
}
div#splash h3{
	font-size:12px;
	color:#555;
}
div#splash p{
	margin:50px 0;
	font-size:12px;
}
div#splash p a{
	text-decoration:underline;
}
div#splash ul{
	margin-top:30px;
}
div#splash ul a{
	text-decoration:none;
	font-size:9px;
}