/** GENERAL **/

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    background: #d9d9d9 url('./background.png') top left repeat-x ;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0; 
    background: url('./img.jpg') top center no-repeat ;
}