html {
	background-color: #000;
}

#content {
	width: 100%;
	padding-top: 20px;
}

#splash {
	height: 555px;
	width: 700px;
	background: url(splash.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#sale {
	width: 120px;
	height: 120px;
	position: relative;
	background: url(sale.png) no-repeat;
	left: 420px;
	top: 12px;
}

#appstore {
	width: 300px;
	height: 163px;
	position: relative;
	background: url(getit.jpg) no-repeat;
	left: 360px;
	top: 52px;
}

#support {
	width: 300px;
	height: 106px;
	position: relative;
	background: url(support.jpg) no-repeat;
	left: 360px;
	top: 88px;
}

#feedback {
	color: black;
	font: 14px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 48px;
	padding-right: 2px;
	padding-left: 68px;
}

#feedback a {
	color: maroon;
}

#book {
	width: 469px;
	height: 364px;
	position: relative;
	background: url(book.jpg) no-repeat;
	left: 228px;
	top: 134px;
}

#blurb {
	position: relative;
	left: 80px;
	top: 68px;
}



