body {
	background-image: url(../images/splashbck.jpg);
	background-repeat: repeat;
	}

IMG.splash {
    display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -258px;
	margin-left: -258px;
	}
