body {
	margin: 0;
	Background-color: #0F1B1F;
	font-family: Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}
pre {
	display:none;
}
#headercontainer {
	background-image: url(../img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #77d2f5;
	height: 350px;
}
#header{
	margin: auto;
	width: 960px;
	position: relative;
}
#subheadercontainer {
	background-color: #0f1b1f;
	height: 80px;
}
#subheader {
	margin: auto;
	width: 960px;
}
#contentcontainer {
	background-color: #182b32;
}
#content {
	margin: auto;
	width: 960px;
}
#content h3{
	color: #77d2f5;
	font-size: 17px;
	font-family: Tahoma;
	line-height: 25px;
	margin-top: 0;
}
#cornerbanner {
	background: url(../img/pricetag.png) no-repeat;
	border: 0px;
	display: block;
	height: 150px;
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	text-decoration: none;
}
#iphone {
	background-image: url(../img/iphone.png);
	position:absolute;
	Top: 0px;
	Left: 0px;
	width: 320px;
	height: 620px;
}
#screen {
	width: 210px;
	height: 315px;
	margin-top: 130px;
	margin-left:32px;
	background-color: #000;
	display: block;
	cursor: pointer;
}
#containerfooter {
	 background-color: #0f1b1f;
}
#footer a{
	color:#CCC;
	text-decoration:none;
}