html, body {
    height: 100%;
}

#wrap {
    min-height: 80%;
}

.footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
    background-color: black;
}

/*Session status styles*/
#AFTER_ERROR {
    color: red;
}

#READY {
    color: green;
}

#GAME_SERVER_DISCONNECTED {
    color: orange;
}

#CLIENT_DISCONNECTED {
    color: gold;
}

#FINALIZED {
    color: blue;
}