
html, body, div{
	padding: 0;
	margin: 0;
}

body {
	background-image: url('images/bgTall.png');
	color: #FFF;
}

a:visited, a:link{
	color: #fff;
}

#features a:visited, #features a:link{
	color: #0093b2;
}

img {
	border: 0;
}

#container {
	position:relative;
	left:-90px;
	top:0px;
	width:1200px;
	height:1000px;
}

#topLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:626px;
	height:100px;
}

#iPhone {
	position:absolute;
	left:626px;
	top:0px;
	width:430px;
	height:762px;
}

#bgTall {
	position:absolute;
	left:1126px;
	top:0px;
	width:60px;
	height:1000px;
}

#info {
	position:absolute;
	left:103px;
	top:100px;
	width:523px;
	height:418px;
}

#appStoreBadge{
	position: absolute;
	top: 455px;
	left: 447px;
}

#price{
		position: absolute;
		height: 45px;
		width: 200px;
		text-align: center;
		font: 13pt arial black;
		top: 212px;
		left: 380px;
		z-index: 100;
		line-height: 16pt;
	}
#price a:link{
	color: #fff;
	
}
#blurb {
	position: absolute;
	top: 259px;
	left: 340px;
	width: 260px;
	height: 185px;
	font: bold 26pt arial;
	text-align: left;
	padding-top: 10px;
	z-index: 100;
}
#desc {
	position: absolute;
	top: 510px;
	left: 160px;
	color: #0093b2;
	text-align: left;
	width: 450px;
	font: bold 18pt arial;
	z-index: 100;
}
	.listHead {
		text-decoration: underline;
		font-size: 16pt;
	}
	#features ul {
	
	}
	#features li {
		padding-bottom: 10px;
		font-size: 12pt;
	}

#video{
	position: absolute;
	right: 194px;
	top:135px;
}

#email{
	position: absolute;
	top: 65px;
	left: 530px;
	z-index: 100;
}
	#email a:link{
		color: #fff;
		font: bold 18pt arial black;
	}
#otherApps{
	width: 408px;
	height: 618px;
	background-image: url('images/otherApps.png');
	position: absolute;
	left: 629px;
	top: 760px;
	z-index: 100;
	text-align: center;
	color: #0093b2;
	padding-top: 20px;
	padding-left: 12px;
	padding-right: 10px;
}
	.otherHeader{
		font: 34pt arial black, helvetica;
		line-height: 32pt;
		padding-left: 15px;
		padding-right: 15px;
	}
	#otherApps .separator{
		border-bottom: 2px solid #0093b2;
		width: 350px;
		height: 1px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 230px;
		#top: 205px;
	}
	#otherApp1{
		position: absolute;
		top: 175px;
		left: 42px;
		text-align: left;
		font: 11pt arial;
		width: 355px;
	}
	#otherApp1 img{
		float: left;
		border: 2px solid #0093b2;
		margin-right: 10px;
	}
	#otherApp2{
		position: absolute;
		top: 400px;
		left: 42px;
		text-align: left;
		font: 11pt arial;
		width: 355px;
	}
	#otherApp2 img{
		float: right;
		border: 2px solid #0093b2;
		margin-left: 10px;
	}
	#otherApp2 a:link, #otherApp1 a:link{
		color: #0093b2;
	}