html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #707070;
	text-decoration: none;
	list-style: none;
	background-color: #323232;
	padding: 0;
	margin: 0;
	overflow: auto;
}
#logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 17px;
	left: 50%;
	height: 75px;
	width: 247px;
	margin-left: -120px;
}
#splash #logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 45%;
	left: 50%;
	height: 75px;
	width: 247px;
	margin-left: -120px;
	margin-top: -37px;
}
#staytuned {
	background-image: url(../img/staytuned.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 97px;
	left: 50%;
	height: 34px;
	width: 808px;
	margin-left: -526px;
}
#splash #staytuned {
	background-image: url(../img/staytuned.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 70%;
	left: 50%;
	height: 85px;
	width: 1052px;
	margin-left: -526px;
	margin-top: -42px;
}
#contact {
	background-image: url(../img/design.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	height: 10px;
	width: 1000px;
	margin-left: -500px;
}
