body {
	background-color: #101010;
	padding: 0;
	margin: 0;
}

div#headerbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 158px;
	background: url(headerbg.png) repeat-x;
}

img#headerlogo {
	border: 0;
	position: relative;
	top: 40px;
	left: 40px;
}

div#splash_container {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: sans-serif;
	color: #aaa;
	font-size: 14px;
}

img#splash {
	position: relative;
	left: -116px;
	top: -33px;
	width: 232px;
	height: 66px;
}

