* {
	margin: 0;
	padding: 0;
}

body {
	background: #DFD3A2 url(/images/bg.jpg);
	color: #2D0E00;
}

#splashImg {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 531px;
	height: 280px;
	margin-top: -140px;
	margin-left: -265px;
}