body {
	padding: 0;
	background: #000;
	color: #ccc;
	font-family: Trebuchet MS, sans-serif;
	line-height: 1.3em;
}

img {
	border: none;
}

#header {
	height: 108px;
}

#content {
	padding: 1em 2em;
}

#banner {
	margin-top: -20px;
	margin-left: 128px;
	z-index: -1;
}

#nav {
	position: absolute;
	top: 96px;
	left: 136px;
	width: 640px;
	text-align: center;
	color: #444;
}
#nav a,
#nav a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #80d;
	border-bottom: 3px solid #80d;
}

#iphone {
	position: absolute;
	top: 120px;
	left: 20px;
}

.slideshow {
	position: absolute;
	top: 212px;
	left: 43px;
	z-index: 1;
}

#descr {
	position: absolute;
	left: 320px;
	top: 120px;
	max-width: 550px;
	font-size: 16px;
	color: #666;
}
#descr h1 {
	color: #ff0;
	font-size: 20px;
	font-weight: bold;
}
#descr span {
	color: #cc0;
}

#features {
	color: #ccc;
}
#features h3 {
	color: #fff;
}

#appstore {
	margin-top: 16px;
	float: left;
	border-color: #000000;
	border-width: 0px;
}

#logo {
	float: right;
}

#screenshots img {
	float: left;
	margin: 12px;
	border: 1px solid #444;
}

.press li {
	font-size: 120%;
	list-style-type: none;
	margin-bottom: 12px;
}

