html{    
    /*background: url(../images/Stars.png) repeat #074179;*/
    background: url(../images/background.png) no-repeat #074179;
    background-size: 100% 100%;
}

body{	
	color:#ffffff;    
    background: url(../images/Stars.png) repeat;
    background-size: 50%;
}

a{
    color:#ffffff;
}

body > div{
    background: url(../images/Stars.png) repeat;
    background-size: 50%;
    background-position: 50px 30px;
}

body > div > div {
    margin: 20px auto; padding: 20px;    
    width:90%;
    max-width:1200px;
}

.logo{
	width:100%;
    margin-bottom:1em;
}

.screenshot{
	width:100%;    
    border:1px solid white;
    margin-top: 1em;
}

.center{
    text-align:center;
}

.appstore{
    width:45%;
}

.imgList{
    margin:0;
    padding:0;
    list-style-type: none; 
    overflow: hidden;    
    text-align:center; 
}

.imgList li{
    display:inline-block;    
    width:320px;
    margin:2em;
}

.imgList img{
    width:320px;
    height:180px;
}

.maxWidth{
    width:100%;
}
