html {
    width: 100%;
    height: 100%;
    background: #222 url(../img/logo.png) center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: 30%;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

#footer a, #footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
    color: #690000;
    text-decoration: none;
}
