html, body {
	background: url(../img/body-bg.jpg);
	padding: 0px;
	margin: 0px;
	color: #534741;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
}

a {
	color: #534741;
}

#header {
	background: url(../img/header-strip.jpg);
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 659px;
	width: 100%;
}

#header-bg {
	position: absolute;
	left: 50%;
	margin-left: -705px;
	width: 1410px;
	background: url(../img/header-bg.jpg);
	height: 659px;
}

#screen, #screen-overlay {
	position: absolute;
	left: 901px;
	top: 137px;
	width: 250px;
	height: 359px;
}

#screen-overlay {
	z-index: 999;
}

#intro, #detail {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}

#intro {
	padding-top: 186px;
	height: 470px;
}

#intro h2 {
	margin: 0px 0px 0.25em;
	padding-bottom: 0px;
}

#intro p {
	margin-top: 0px;
	padding-top: 0px;
}

#intro-content {
	line-height: 1.5em;
	width: 620px;
}

#buttons {
	height: 119px;
}

#buttons a {
	display: block;
}

#buttons a span {
	display: none;
}

#button-available {
	float: right;
	background: url(../img/available-button.gif);
	width: 271px;
	height: 89px;
	margin-top: 15px;
}

#button-download {
	background: url(../img/download-button.gif);
	width: 334px;
	height: 119px;
}

#intro-footer {
	position: absolute;
	width: 620px;
	bottom: 37px;
	left: 0px;
}

#stories {
	color: white;
	font-weight: normal;
}

#slider {
	cursor: pointer;
	position: relative;
	background: url(../img/slider-bg.jpg);
	width: 619px;
	height: 35px;
}

.slider-name {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 36px;
	color: white;
	width: 155px;
	text-align: center;
	font-size: 16px;
}

#slider-2 {
	left: 155px;
}

#slider-3 {
	left: 310px;
}

#slider-4 {
	left: 465px;
}

#slider-button {
	position: absolute;
	background: url(../img/slider-button.gif);
	top: 0px;
	left: 0px;
	width: 158px;
	height: 34px;
}

#detail {
	margin-top: 40px;
}

#how {
	position: relative;
	background: url(../img/how-bg.jpg);
	width: 966px;
	height: 329px;
	margin-bottom: 30px;
}

.how-box {
	width: 252px;
	height: 173px;
}

.how-content {
	margin: 21px 11px 0px;
}

.how-box h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.how-box p {
	font-size: 14px;
}

#how-1 {
	position: absolute;
	left: 55px;
	top: 98px;
}

#how-2 {
	position: absolute;
	left: 361px;
	top: 98px;
}

#how-3 {
	position: absolute;
	left: 667px;
	top: 98px;
}

.detail-row {
	clear: both;
}

.detail-divider {
	clear: both;
	height: 30px;
}

.detail-box {
	float: left;
	width: 306px;
	background: url(../img/detail-box-bg-strip.jpg);
}

.detail-box-floated {
	margin-right: 21px;
}

.detail-box h2 {
	font-size: 16px;
	margin: 0;
}

.detail-box p, .detail-box li {
	font-size: 14px;
}

.detail-box ul {
	padding-left: 15px;
}

.detail-content {
	padding: 18px 10px;
}

.detail-box-top {
	background: top left url(../img/detail-box-bg-top.jpg);
	background-repeat: no-repeat;
}

.detail-box-bottom {
	background: bottom left url(../img/detail-box-bg-bottom.jpg) no-repeat;
}

.detail-float {
	float: right;
	width: 49px;
	height: 92px;
}

#get {
	text-align: center;
	font-size: 24px;
	margin: 50px 0px 80px;
}

#footer {
	background: url(../img/footer-bg.jpg);
	height: 94px;
}

#footer p {
	text-align: center;
	padding-top: 15px;
	font-size: 10px;
}

