
* {
margin:0;
padding:0;
}

body {
margin:0px;
padding:0px;
text-align:center;
font-family:arial;
}

body img {
border:0px;
}


#bodypart{
background-image:url('./images/bluebg.jpg');
background-repeat:repeat-x;
background-color:#000A9D;
height:2050px;
}

#headerlogo{
background-image:url(./images/top.jpg);
background-repeat:no-repeat;
height:480px;
width:1000px;
color:white;
}

#headertitle{
padding:15px 0 5px 480px;
width:450px;
}

#headerdesc{
padding:0 0 8px 485px;
font-size:16px;
font-weight:bold;
width:450px;
}

#appstorelink{
padding: 65px 0 0 485px;
width: 130px;
}

#extralinks{
padding: 20px 0 8px 485px;
width: 450px;
}

#extralinks a{
color:white;
font-size:18px;
}


#wrappermain {
background-position:0px 0;
background-repeat:no-repeat;
margin:0 auto;
width:1000px;
text-align:left;
}


#appinfo{
width:1000px;
float:left;
}

#bodyleft{
float: left;
width: 300px;
}

#bodyright{
float: left;
width: 700px;
}

.titleleft{
float:left;
color: white;
font-size: 25px;
font-weight: bold;
margin: 5px;
width:300px;
}

.titleright{
float:left;
color: white;
font-size: 25px;
font-weight: bold;
margin: 5px;
width:700px;
}

.featuresdiv {
float:left;
margin-bottom:20px;
}

.featuresdiv ul{
list-style-position:inside;
margin:0px;
padding:0px;
list-style-type:none;
}

.featuresdiv ul li{
background-image:url(./images/tick.png);
background-position:left top;
background-repeat:no-repeat;
color:white;
font-size:18px;
margin:5px;
padding-left:30px;
min-height:26px;
}

.screenshotdiv{
float:left;
width:700px;
margin-bottom:20px;
}

#videodiv{
float:left;
width:700px;
margin-bottom:20px;
}

.screenshot{
float:left;
width:97px;
height:98px;
margin:5px;
}

.moreapp{
float:left;
text-align:center;
height:140px;
margin:5px;
color:white;
width:120px;
}

.moreapp a{
text-decoration:none;
}

.moreapptxt a{
color:white;
text-decoration:none;
font-size:10px;
}

.moreapptxt a:hover{
text-decoration:underline;
}


#footer{
border-top: 1px solid #ffffff;
color: white;
float: left;
font-size: 12px;
text-align: center;
width: 1000px;
padding-top:10px;
}

#footer a{
color: white;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}
