@charset "UTF-8";

/*
 light blue (text) #bee0f4
 medium blue (borders) #559ace
 green #1ea711
 orange #ae571c

*/


body{
	font-size: 62.5%;
	background-color: #262626;
	background-image: url(../images/MobilBlu_bg.jpg);
	background-repeat: repeat-x;

}
body.sub{

	background-image: url(../images/subpage-bg.jpg);
	background-repeat: repeat;

}

#header{
	background:url(../images/header-extension.jpg) repeat-x;

}



#page-wrap{
	width:1049px;
	margin: 0 auto;
	
}





.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#content{
	
}

#homeContent
{
	background:url(../images/home-bg.jpg);
	width:1051px;
	height:1100px;
	position:relative;
}
#headline{
	/*position:absolute;
	left:240px;
	top:40px;*/
	margin-left:70px;
	
	
}
#nowAvailable{
	position:absolute;
	left:90px;
	top:107px;
}
#description{
	position:absolute;
	left:137px;
	top:285px;
	width:460px;
}
#iphoneImage{
	position:absolute;
	left:642px;
	top:121px;
}
#thumbs{
	position:absolute;
	left:90px;
	top:520px;
}
#features{
	position:absolute;
	left:45px;
	top:750px;
	width:275px;
}
ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	/*list-style:disc;
	list-style-position:inside;
	list-style-image:url(../images/bullet.png);*/
	color:#0089f3;
	list-style: none;
}
li{
	margin-left:30px;
	margin-bottom:20px;
	padding-left: 20px;
	/*background: url(../images/bullet.png) no-repeat top left;*/
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position:top left;
}
#requirements{
	position:absolute;
	left:405px;
	top:750px;
	width:275px;
}

#downloadBtn{
	position:absolute;
	left:767px;
	top:750px;
}

#videoBtn{
	position:absolute;
	left:767px;
	top:850px;
}

#facebookBtn{
	position:absolute;
	left:809px;
	top:950px;
}

#homeFooterLink{
	position:absolute;
	left:400px;
	bottom:15px;
	width:280px;
	height:50px;
}

#homeFooterLink a {
 	width:280px;
	height:50px;
 	display: block;
 	text-decoration: none;
	text-indent:-9999px;
}
#homeLegal {
 	position:absolute;
	left:390px;
	bottom:15px;
}


/************************************  SUBPAGES *****************************************/
#publishersContent{
	
}
#middleContent{
	margin:0 auto;
	width:915px;
	background:url(../images/subContent.jpg) repeat-y;
	/*background-color:#0e0e0e;*/
	padding-bottom:40px;
}
#middleContentBeta {
	width:915px;
	/*background-color:#0e0e0e;*/
	padding-bottom:40px;
	height: 530px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #0E0E0E;
	background-image: url(../images/subContent.jpg);
	background-repeat: repeat-y;
}

#middleText{
	padding:60px 150px 0 150px;
}

.divider{
	margin:30px 0 30px 0;
}
.dividerSmall{
	margin:20px 0 20px 0;
}
.supportDivider{
	margin:60px 0 60px 0;
}

.push {
     height:168px;
}

#footer{
	background:url(../images/footer-extension.jpg) repeat-x;
	height:168px;	
}

#footerImg{
	background:url(../images/subFooter.jpg);
	width:1067px;
	height:168px;
	margin:0 auto;
	position:relative;
}
#subFooterLink{
	position:absolute;
	top:80px;
	left:400px;
	width:270px;
	height:25px;
}

#subFooterLink a {
 	width:280px;
	height:50px;
 	display: block;
 	text-decoration: none;
	text-indent:-9999px;
}
#subLegal {
 	text-align:center;
	width:1067px;
	padding-top:130px;
}#page-form {
	width:915px;
	margin: 0 auto;
}
