html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#background {
    background: #000c12 url(sinon_front.png) no-repeat center left;
    background-size: 100% 74%;
    width: 100%;
    height: 74%;
    height: auto !important;
    min-height:100%;
}
#footer {
    background-color: #000c12;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    position: fixed;
}
