body{

background-color: #000;

}

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

.menu:hover{
    color: #f90;
}

#title{
    position: absolute;
    left: 50%;
    top: 0;
    color: #fff;
    width: 500px;
    margin-left: -250px;
    text-align: center;
}

#facebook,#google,#twitter,#reddit{
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

#facebook{
    background-image: url('social/Facebook.png');
}

#google{
    background-image: url('social/Google-Plus.png');
}

#twitter{
    background-image: url('social/Twitter.png');
}

#reddit{
    background-image: url('social/Reddit.png');
}


b#help{
    position: absolute;
    right: 0px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    border: 2px solid #fff;
    padding:0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
b#help:hover{
    background-color: #f60;
}

#helpImg{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    z-index: 900;
}

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

.veryimage{
display: none;
}

#social{
position: absolute;
top: -60px;
    width: 100%;
}

#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');
}

