
body {
	background: #22D7F7;
}

body > div.content {
	width: 100%;
}

div.banner {
	background: url('../images/bannerBkgd.png') repeat-x;
	width: 100%;
	height: 830px;
}

div.centerCol {
	width: 770px;
}

div.logo {
	align: center;
	width: 504px;
	height: 247px;
	padding-top: 20px;
}

div.tagline {
	float: left;
	width: 367px;
	height: 46px;
	margin-top: 83px;
	margin-left: 140px;
}

div.iphone {
	width: 770px;
	height: 483px;
	padding-top:10px;
}

div.desc {
	float: left;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 30px;
	font-weight: normal;

	color: #fff;
	text-align: center;
 	line-height: 1.2em;
}

p.quote {
	background: #226688;
	padding: 10px;	
	border: solid 4px #FFF;
}

div.desc em {
	color: #FF3300;
	font-style: normal;

}

div.labels {
	float:left;
	font-size: 20px;
}

div.urls {
	
	text-align: center;
	font-size: 30px;
}

li {
	margin-left: 20px;
	margin-bottom: 10px;
}

a, a:link, a:active, a:visited {
	color: #226688;
	text-decoration:none;
}

a:hover {
	color: #FFF;	
}

a img {
	border: none;
}

.clr { clear:both;}