html {
background:#28242a url("bg1.jpg") no-repeat;
background-position: top center;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
height: 100%; 
overflow: hidden;
}

body {           
height:100%;
overflow: scroll;
}



