body {
	text-shadow: 0px -1px 0px black;
	background-color: #1e1c1c;
	background-repeat: repeat-x;
	background-image: url(../images/chirpieBG.png);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	margin-top: 60px;
	text-align: center;
}

#nav {
	margin: auto;
	width: 420px;
	top: -60px;
	right: 0px;
	position: absolute;
}

#container {
	margin: auto;
	width: 785px;
	position: relative;
	margin-bottom: 50px;
}

#watch {
	margin: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	width: 300px;
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #525151;
	color: white;
	text-shadow: none;
}

#iphone {
	position: absolute;
	width: 285px;
	height: 627px;
	background-image: url(../images/iPhone.png);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}

.mainContent {
	text-align: left;
	width: 498px;
	background-image: url(../images/mainContentBGMiddle.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 130px;
	left: 320px;
	padding-left: 20px;
}

.mainTextTop {
	height: 14px;
	width: 498px;
	background-image: url(../images/mainContentBGTop.png);
	background-position: 
	background-repeat: no-repeat;
	position: absolute;
	top: -14px;
	left: 0px;
}

.mainTextBottom {
	height: 8px;
	width: 498px;
	background-image: url(../images/mainContentBGBottom.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -8px;
	left: 0px;
}

.mainText {
	text-shadow: 0px -1px 0px white;
	color: black;
	width: 470px;
	font-size: 14px;
}

.mainText a {
	color: #006EDC;
	text-decoration: none;
}

.mainText a:hover {
	text-decoration: underline;
}

.mainText h2 {
	text-align: center;
}

#follow {
	position: absolute;
	width: 128px;
	height: 128px;
	right: -35px;
	bottom: -55px;
}

#badge {
	position: absolute;
	left: 510px;
	top: -15px;
	width: 128px;
	height: 128px;
	background-image: url(../images/badge.png);
	background-repeat: no-repeat;
}

#faqTitle
{
	width: 200px;
	height: 100px;
	background-image: url(../images/faqTitle.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 325px;
}

#buyFree, #buyPro {
	width: 200px;
	height: 100px;
	background-image: url(../images/buyFree.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

#buyFree {
	left: 325px;
}

#buyPro {
	background-image: url(../images/buyPro.png);
	top: 0px;
	left: 620px;
}

#screenHolder1, #screenHolder2, #screenHolder3, #screenHolder4, #screenHolder5, #movieHolder {
	width: 234px;
	height: 351px;
	top: 90px;
	left: 26px;
	position: absolute;
}

#screenHolder2, #screenHolder3, #screenHolder4, #screenHolder5 {
	display: none;
}