body {
	background-color:white;
	margin:0px;
	padding:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
}
.clear {
	clear:both;
}
div.spacer {
	width:880px;
	margin:0px auto 0px auto;
	text-align:left;
}
img {
	border:0px solid white;
}
#logo {
	margin-top:15px;
	margin-bottom:-15px;
}
#main {
	background-image:url(/images/middle_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#demo {
	width:398px;
	height:342px;
	background-image:url(/images/iphone_full.png);
	float:right;
	text-align: center;
	padding-top:87px;
}
#content {
	width:440px;
	margin-top:80px;
	float:left;
	text-shadow: 1px 1px 1px #d5d5d5;
}
#content_title {
	font-size: 79px;
}
#content_subtitle {
	font-size: 19px;
	margin-top:20px;
	margin-bottom:40px;
	color: #666666;
}
#details {
	margin-top:80px;
	margin-bottom:50px;
}
div.detail {
	float:left;
	width:430px;
	margin-bottom:25px;
}
div.detail_image {
	width:155px;
	float:left;
}
div.detail_title, div.detail_description {
	float:left;
	color:#666666;
	width:240px;
	text-shadow: 1px 1px 1px #e7e7e7;
}
div.detail_title {
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
	line-height: 24px;
}
div.detail_description {
	font-size:16px;
}
#horizontal_rule {
	background-color:#dfdfdf;
	height:1px;
}
#extras {
	margin-top:50px;
}
#extra_left {
	width:580px;
	float:left;
}
#extra_right {
	width:270px;
	float:right;
}
div.extra_title, div.extra_description {
	color:#acacac;
	text-shadow: 1px 1px 1px #e7e7e7;
}
div.extra_title {
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}
div.extra_description {
	font-size:16px;
}
div.extra_description a {
	color:#3a8dff;
}
div.extra_description_left, div.extra_description_right {
	width:280px;
	float:left;
}
#footer {
	height:196px;
	margin-top:60px;
	background-image: url(/images/bottom_bg.png);
}
div.footer_chunk {
	float:left;
	width:270px;
	margin-right:20px;
	margin-top:17px;
}
div.footer_chunk_title, div.footer_chunk_description {
	color:#cdcdcd;
	text-shadow: 1px 1px 1px #444444;
}
div.footer_chunk_title {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
div.footer_chunk_description {
	font-size:16px;
}
div.footer_chunk_description a{
	color:#cdcdcd;
}