* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#333333;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#ffffff;
	margin:20px;
}

#splash {
	width:960px;
	margin:auto;
	margin-bottom:30px;
}

a:link, a:visited {
	color:#f78f1e;
	text-decoration:none;
}

a:hover {
	color:#f78f1e;
	text-decoration:underline;
}