html {
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    background-image: url(img/bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 100%;
    width: 100%;
}

#main {
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%;
    width: 100%;
}