/* Designed and coded by R Walker */

/* Site specific styles */
body {
	margin: 0;
	padding: 0;
	background: #000 url("../img/splash_bg.gif") repeat-x;
	color: #ff6666;
	text-align: center;
}
h1 {
	display: none;
}
a {
	color: #FF3300;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #fff;
}
#splash a {
	display: block;
}
#splash img {
	padding: 0 0 10px;
	border: none;
}