html {
    background:#242424 url("/img/title.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    border:0px;
    margin:0px;
    padding:0px;
    font-family:Arial,Helvetica,sans-serif;
    color:#ffffff;
}
#logo {
    display:none;
}
#footer {
    background:#000000 url("/img/footer.png") repeat-x top left;
    height:25px;
    width:100%;
    font-size:16px;
    position:fixed;
    bottom:0px;
    text-align:center;
    padding-top:2px;
}
#copyright {
    color:#c0c0c0;
}