body {
	font-size: small;
	font-family: Sans-Serif;
	background: #222;
	color: #EEE;
	margin: 0;
	padding: 0;
}

#splash {
	position: absolute;
	top: 50%;
	margin-top: -125px;
	width: 100%;
}

#splash #logo {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 45px;
}

#splash #photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background: url(images/hills.jpg) no-repeat center;
	border-bottom: 1px solid #333;
}

#splash #centre {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: 285px;
}

#splash #links {
	position: absolute;
	top: 285px;
	left: 50%;
	margin-top: 1em;
	margin-left: -300px;
	width: 600px;
	text-align: center;
}

a {
	color: #FFAA40;
	text-decoration: none;
}

a:hover {
	color: #F62;
	text-decoration: underline;
}

ul.textlinks {

}

ul.textlinks li {
	display: inline;
	padding: 0.2em;
}