@charset "utf-8";
/* SPLASH */

html {
	background-color:#000;
	text-align:center;
	}
	
img#splash {
	margin-top:70px;
	width:525px;
	height:380px;
	border-style:none;
	}

a {
	text-decoration:none;
	}
	
p {
	color:white;
	text-align:center;
	font-family:helvetica, sans-serif;
	letter-spacing:.3pt;
	margin:5px auto;
	padding:0;
}
