body {
	background: #000 url(../images/pagebg.jpg) top left no-repeat;
	color: #FFF;
	font-size: 85%;
	line-height: 1.3;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ul {
	list-style: none;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 600px;
	margin-top: -300px;
}

#pagecentre {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

#splashlogo {
	background: url(../images/splashlogo.png) top left no-repeat;
	width: 500px;
	height: 120px;
	margin: 400px 0 0 300px;
	text-indent: -9999px;
}

a#splashlink:link,
a#splashlink:visited {
	background: url(../images/splashlink.png) top left no-repeat;
	width: 160px;
	height: 28px;
	display: block;
	margin: 10px 0 0 300px;
	text-indent: -9999px;
	outline: none;
}

a#splashlink:hover,
a#splashlink:active {
	background-position: 100% -29px;
}
