body {
    text-align: center;
    height: 100%;
    background-image: url('img/fondo.png');
    background-size: cover; background-repeat: no-repeat; background-position: center bottom;
}

html
{
    height: 98%;
}

#footer
{
    position: relative;
    margin-top: -9.5em;
    text-align: left;
    margin-left: 1em;
}

#wrapper {
    margin-top: 1%;
    min-height: 100%;
}

#game {
    background-color: rgba(118,188,220,0.8);
    display: inline-block;
    border-radius: 25px;
}

#ingame {
    margin: 20px 20px 20px 20px;
}