body {
	background-color: #f2f2f2;
	text-align: center;
}

div#wrapper {
	width: 794px;
	margin: 0 auto;
}

div#splash a{
	margin-top: 30px;
	background-image: url("img/splash1.jpg");
	width: 794px;
	height: 524px;
	border: 2px solid #fff;
	display: block;
}

div#splash a:hover {
	background-image: url("img/splash.jpg");
	}