/* CSS */

html
{
    color: #fff;
    font-size: 40px;
    background: #520029;
}

* 
{
    background: #520029;
    margin: 0;
}

#topBanner
{
    position: relative;
    margin: auto;
    right: 0px;
    left: 0px;
    width: 100px;
    z-index: 1;
}

#cookie_monster_game_screen
{
    position: absolute;
    width: 550px;
    height: 890px;
    margin: auto;
    top: 80px;
    right: 0;
    left: 0;
}

#cookie_monster_gift
{
    position: relative;
    width: 550px;
    height: 200px;
}

#cookie_gift
{
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
}

#cookie_text
{
    position: relative;
    width: 350px;
    height: 200px;
    float: left;
}

#cookie_text p
{
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 40px;
    padding: 20px;
}

#all_rights_reserved_game
{
    background: #520029;
    position: relative;
    width: 550px;
    padding: 10px;
    margin-top: 150px;
    /*margin-bottom: 50px;*/
    /*height: 200px;*/
}

#all_rights_reserved_game p
{
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#all_rights_center
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 150px;
}

#all_rights_center p
{
    padding-top: 50px;
}