body {
	background: url('../images/bg.png') top left repeat-x #ededed;
	text-align: center;
}

.wrapper {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

.divider {
	margin: 75px 0px;
	height: 2px;
	background: url('../images/splitter.png') top left repeat-x #999;
}

#splash {
	width: 600px;
	margin: 0px 110px;
	padding: 36px 40px 0px;
	background: url('../images/glow.png') top left no-repeat;
	margin-bottom: 50px;
}

#splash .head {
	height: 55px;
	background: url('../images/heading.png') top left no-repeat;
}

#splash .head h1 {
	padding: 16px 233px;
}

#splash .head h1 a {
	display: block;
	height: 24px;
	width: 134px;
	text-indent: -9999px;
	background: url('../images/text.png');
}

#splash .body {
	background: url('../images/body.png') top left no-repeat;
	width: 250px;
	height: 250px;
	padding: 44px 175px 43px;
}

#splash .footer {
	height: 14px;
	background: url('../images/footer.png') no-repeat;
	text-size: 14px;
	text-align: center;
	padding: 15px 0;
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	text-shadow: 0 0 3px #eee;
	font-weight: bold;
}
