body {
	background: #f5ad00 url(../images/bg.png) repeat-x;
}

#splash {
	width: 772px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -386px;
	margin-top: -250px;
	z-index: 1;
	background-image: url(../images/splash.jpg);
}

.screenreader {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}