html {
	background-repeat: repeat-x;
	background-image: url(images/lightGradient.png);
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

.content {
	background-repeat: repeat-x;
	background-image: url(images/darkGradient.png);
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #555;
	width: 10cm;
	margin-left: 510px;
	background-color: #bbb;
	padding: 1cm 2cm 4cm 2cm;
}

.screenshot {
	margin: .5cm auto .5cm auto;
}

h1,  h2, h3 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1.2cm;
	margin-bottom: -.2cm;
}

h2#subhead {
	margin-top: -.2cm;
}

h1 {
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	font-size: 70px;
	line-height: 90%;
	margin-bottom: .7cm;
}

h2 {
	color: white;
}

#features ul {
	padding: 0cm 0cm 0cm 0cm;
}

#features li {
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	list-style: none;
}

li {
	line-height: 150%;
}

#features li img {
	display: block;
}

p {
	line-height: 150%;
}

a {
	color: #555;
	text-decoration: none;
	border-bottom-color: #888;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	color: #fff;
}

a img {
	border: 0;
}

img {
	border: 0;
}

li b {
	color: #e8e8e8;
	display: block;
	font-size: 125%;
	margin-bottom: 6px;
}

#countdown {
}

#calendar {
}

#firstParagraph {
	margin-top: 1cm;
}

.parenthetical {
	color: #ead596;
}

#countcal {
	clear: none;
	float: left;
	position: relative;
	top: -10px;
	left: -12px;
	margin-right: -3px;
}

#appStoreLogo {
	position: absolute;
	top: 835px;
	left: 270px;
}

#buyItNow {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ccc;
	position: absolute;
	top: 800px;
	left: 65px;
}

#bigScreenshot {
	position: absolute;
	top: 65px;
	left: 50px;
	z-index: -1000;
}

#qtmovie {
	position: absolute;
	top: 77px;
	left: 89px;
}

#appStoreLogoBlah {
	clear: none;
	float: left;
	padding-left: 15px;
	position: relative;
	left: -15px;
}

.star {
	background-repeat: no-repeat;
	width: 26px;
	height: 25px;
	background-image: url(images/whiteStarOnGray.png);
	display: inline-block;
	margin-right: -4px;
}