/* ######################################################### */
/* # -------------------- BODY --------------------------- # */
/* ######################################################### */

body{
	background: #000 url(../img/bg.jpg) no-repeat top center;
	-webkit-background-size: 930px 672px;
	font-family: "Arial", "Sans serif";
}
.clear {
	clear:both;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

p {
	margin-bottom: 20px;
	color: #FFFFFF;
}

h3 {
	font-size: 24px;
	color: #F1C653;
	font-weight: lighter;
	margin: 10px 0px 10px 0px;
}
ul {
	color: #FFFFFF;
}
/* ######################################################### */
/* # -------------------- TOPBAR ------------------------- # */
/* ######################################################### */

#header{
	display: block;
	width: 100%;
	height: 600px;
	position: relative;
	margin: 0px 0px 0px 0px;
}

.headertext {
	width: 400px;
	height: 200px;
	margin: 0px;
	padding: 10px;
	position: absolute;
	top: 100px;
	left: 250px;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 22px;
}

#phone1 {
	display:block;
	height:305px;
	left:260px;
	position:absolute;
	top:270px;
	width:464px;
	z-index: 5;
	background: url(../img/phone1.png) no-repeat top center;
}

#phone2 {
	display:block;
	height:515px;
	position:absolute;
	right:30px;
	top:40px;
	width:226px;
	background: url(../img/phone2.png) no-repeat top center;
}

#itunes {
	left:0px;
	margin:0;
	padding:0;
	position:absolute;
	top:355px;
}
#itunes a {
	text-indent: -9999px;
	display: block;
	width: 245px;
	height: 81px;
	background: url(../img/appstore.png) no-repeat top center;
	text-decoration: none;
}
#itunes a:hover {
	display: block;
	text-indent: -9999px;
	background: url(../img/appstore.png) no-repeat bottom center;
}

#social {
	height:60px;
	position:absolute;
	left:30px;
	top:500px;
	width:165px;
}

#social a {
	display:block;
	float:right;
	margin:0 0 0 5px;
}

#price {
	width:121px;
	height:81px;
	background: url(../img/price.png) no-repeat center center;
	position: absolute;
	right: 75px;
	top: 500px;
	display: block;
	text-indent: -9999px;
}
#price a {
	text-indent: -9999px;
	text-decoration: none;
}

/* ######################################################### */
/* # -------------------- Content ------------------------ # */
/* ######################################################### */

#content {
	width: 930px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

.left {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
 .left ul {
	 font-size: 17px;
	 margin: 0px 0px 25px 0px;
}
 .left li {
	 padding: 5px 0px 0px 0px;
	 line-height: 24px;
	 margin: 0px 0px 0px 25px;
}
 
 .right {
	 float:right;
	 width: 397px;
	 margin: 0px;
	 padding: 0px;
}
 
 #facebook {
	/*background: url(../img/fb-bg.jpg) no-repeat top center;*/
	margin:0;
	padding:30px 0 0 33px;
	width:364px;
}

#screenshots {
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}

#screenshots a {
	display:block;
	float:left;
}
#screenshots img {
	border: 3px solid #FFF;
}
#screenshots span {
	width: 140px;
	height: 125px;
	overflow: hidden;
	display: block inline;
	float: left;
	margin: 0px 3px;
}
#screenshots span p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 108px;
	padding: 0px;
}

/* ######################################################### */
/* # -------------------- FOOTER ------------------------- # */
/* ######################################################### */

#footer {
	width: 930px;
	margin: 40px auto 10px auto;
	height: 50px;
	text-align: center;
}
#footer p {
	font-size: 12px;
}
span.v1 {
	float: left;
	font-size: 12px !important;
	color: #FFF;
}
span.v1 a {
	text-decoration: none;
	color: #FFF;
}
span.v1 a:hover {
	color:#CCC
}
span.gwd {
	float: right;
	color: #9C3;
	font-size: 12px !important;
}
span.gwd a {
	color: #9C3;
	text-decoration: none;
}
span.gwd a:hover {
	color: #093;
}