body{

background-color: #000;

}

#brand{
color: #fff;
font-size: 15px;
font-weight: bold;
text-decoration: none;
font-family: Lato, Arial,Helvetica,Tahoma, sans-serif;
}

.container{
width: 800px;
height: 400px;
position: absolute;
top:50%;
left: 50%;
margin-top: -220px;
margin-left: -420px;
padding: 2px;
background-color: #444;
}

.veryimage{
display: none;
}

#social{
position: absolute;
top: -70px;
}

#res1,#res2,#res3,#res4 {
    background-color: #000;
    cursor: pointer;
    width: 80px;
    height: 18px;
    line-height: 18px;
    border-radius: 5px;
    float: right;
    margin: 2px;
    border: 1px solid #ccc;
    text-align: center;
}

#dogenate{
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    font-size: 13px;
    font-family: sans-serif;
    color: #ccc;
}

#dogenate .highlight{
    background-color: #c20;
}

#appstore,#playstore{
    width: 200px;
    height: 65px;
    float: right;
}

#appstore{
    background-image: url('appstore200x65_free.png');
}

#playstore{
    background-image: url('playstore200x65_free.png');
}

