body {
	background: #F0F0F0;
}

#splash {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -500px;
	height: 600px;
	width: 1000px;
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -175px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	height: 315px;
	width: 361px;
}
#logo span {
	display: none;
}

#email {
	display: block;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -453px;
	background-image: url('images/email.png');
	background-repeat: no-repeat;
	height: 14px;
	width: 198px;
}
#email span {
	display: none;
}

#soon {
	position: absolute;
	top: 433px;
	left: 50%;
	margin-left: -175px;
	background-image: url('images/coming_soon.png');
	background-repeat: no-repeat;
	height: 19px;
	width: 350px;
}
#soon span {
	display: none;
}

#address {
	position: absolute;
	top: 485px;
	left: 519px;
	margin-left: -170px;
	background-image: url('images/address.png');
	background-repeat: no-repeat;
	height: 103px;
	width: 365px;
}

#address span {
	display: none;
}
