body {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background: #fff;
}

#pageWrapper {
	text-align: left;
	margin: 0 auto;
	background: url(../images/splash_bg.jpg) no-repeat;
	position: relative;
	width: 769px;
	height: 529px;
}

#pageWrapper h1, #pageWrapper h2, #pageWrapper a { margin: 0; line-height: 1.0; text-indent: -9999px; position: absolute; }

#pageWrapper h1 {
	top: 150px;
	left: 231px;
	width: 306px;
	height: 129px;
	background: url(../images/splash_h1.gif) no-repeat;
}

#pageWrapper h2 {
	top: 346px;
	left: 124px;
	width: 516px;
	height: 16px;
	background: url(../images/splash_h2.gif) no-repeat;
}

#pageWrapper a {
	top: 432px;
	left: 354px;
	display: block;
	width: 61px;
	height: 21px;
	text-decoration: none;
	background: url(../images/splash_enter_off.gif) no-repeat;
}
#pageWrapper a:hover { background: url(../images/splash_enter_on.gif); }