body {
	background-color: #000;
	background-image: url(../img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#container {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0 50px 0 50px;
	left: 50%;
	overflow: auto;
	background-color: white;
}

#header {
	width: 500px;
	height: 82px;
	background: transparent url(../img/header.png) top left no-repeat;
	position: absolute;
	top: 30px;
}

#splash {
	width: 760px;
	height: 684px;
	background: transparent url(../img/splash.jpg) top left no-repeat;
	position: absolute;
	top: 0px;
	padding-bottom: 30px;
}
#splash a {
	display: block;
	width: 760px;
	height: 684px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header h1, #header h2, #splash p a span, #email span, #redesign p, #text {
	position: absolute;
	top: -10000px;
}