html {
	margin: 0;
	padding: 0;
	min-width: 960px;
  background-color: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: helvetica, sans-serif;
	color: #333;
	font-size: 62.5%;
	width: 100%;
}

a, a:visited, a:active {
	color: #955;
	text-decoration: none;
}

a:hover {
	color: #933;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 2.0em;
	padding: 20px 0px 0px 0px;
	line-height : 1.05em;
}

#wrapper {
	width: 100%;
	text-align: center;
	background: #ffffff url(images/background.png) center top repeat-x;
}

#header {
	width: 960px;
	height: 148px;
	padding: 0;
	margin: 0;
	background: url(images/header_background.png) center top no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header img {
  padding:10px 0 0 5px;
	float: left;
}
#header #appstore-top {
  margin-left : 478px;
  margin-top : -60px;
}

#header h1, #header p {
	/* if the header is a graphic, then hide the text */
	/* display: none; */
}

/* remove these if you replacing header with a graphic */
#header h1 {
	font-size: 4.2em;
	color: #1D1D1D;
	margin: 0px 0px 0px 100px;
	padding: 35px 0px 0px 6px;
}
#header p {
	font-size: 1.6em;
	color: #282828;
	margin: 0px 0px 0px 100px;
	padding: 5px 0px 0px 10px;
}

#content {
	text-align: left;
	font-size: 1.6em;
	line-height: 1.4em;
	width: 960px;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
}

#pitch {
	width: 420px;
	float: right;
	padding: 15px 60px 0px 0px;
}

#pitch p {
	color: #666;
}

#pitch strong {
	color: #c00;
}

ul.features {
	color: #666;
	padding: 0px 0px 0px 15px;
}

#graphics {
	width: 414px;
	float: left;
}

#phone {
	width: 414px;
	height: 770px;
	background: url(images/phone.png) left top no-repeat;
}

#screenshots {
	position: absolute;
	left: 48px;
	top: 140px;
	width: 320px;
	height: 480px;
	padding: 0;
}

ul.navigation {
	width: 414px;
	height: 70px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 90px;
	list-style-type: none;
}

ul.navigation li {
	margin: 0px 0px 20px 8px;
	padding: 0;
	width: 48px;
	height: 48px;
	float: left;
}

ul.navigation li#nav0 {
	background: url(images/navigation/0.png) center center no-repeat;
}

ul.navigation li#nav1 {
	background: url(images/navigation/1.png) center center no-repeat;
}

ul.navigation li#nav2 {
	background: url(images/navigation/2.png) center center no-repeat;
}

ul.navigation li#nav3 {
	background: url(images/navigation/3.png) center center no-repeat;
}

ul.navigation li#nav4 {
	background: url(images/navigation/4.png) center center no-repeat;
}

ul.navigation li a {
	display: block;
	width: 48px;
	height: 0;
	padding: 48px 0px 0px 0px;
	overflow: hidden;
}

a#price {
	display: block;
	font-size: 2.5em;
	font-weight: bold;
	color: #090;
	margin: 60px 0px 0px 0px;
}

a#appstore, a#appstore-top {
	margin-top: 20px;
	display: block;
	width: 167px;
	height: 60px;
	overflow: hidden;
	padding: 90px 0px 0px 0px;
	height: 0;
	background: url(images/appstore.png) left top no-repeat;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background: url(images/footer_background.png) center top repeat-x;
}

#footer p {
	margin: 0;
	padding: 100px 0px 100px 0px;
	font-size: 1.5em;
	color: #666;
}

