body {
    background-image: url('/static/images/background-home.jpg');
}

a {
    color: #0000ff;
}   

#main_game_container
{
    border-radius: 0 0 0 0;
}

.download_box
{
    border: solid 2px #e3c30b;
    width: 500px;
    padding: 20px;
    margin: 20px auto 0 auto;
    background: #efefef;
    text-align: left;
}
.download_box .header
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0px;
}
.download_box .text
{
    padding-top: 17px;
}
.download_box .qr
{
    overflow: hidden;
    padding-left: 20px;
}



#screenshot_holder {
    width: 796px;
    height: 387px;
    background-image: url('/static/images/android_screenshot_base.png'); 
    position: relative;
    margin: 0 auto 10px auto;
}
.screenshot_img 
{
    position: absolute;
    width: 585px;
    height: 329px;
    left: 104px;
    top: 30px;
    display: none;
}
.screenshot_img.on 
{
    display: block;
}
#img0.screenshot_img 
{
    background-image: url('/static/images/android_shot0.png'); 
}
#img1.screenshot_img 
{
    background-image: url('/static/images/android_shot1.png'); 
}
#img2.screenshot_img 
{
    background-image: url('/static/images/android_shot2.png'); 
}
#img3.screenshot_img 
{
    background-image: url('/static/images/android_shot3.png'); 
}
#img4.screenshot_img 
{
    background-image: url('/static/images/android_shot4.png'); 
}
#img5.screenshot_img 
{
    background-image: url('/static/images/android_shot5.png'); 
}
#img6.screenshot_img 
{
    background-image: url('/static/images/android_shot6.png'); 
}

#stats_container
{
    display: none;
}
#gameselect_container_out
{
    display: block;
}


