html {
    min-height: 100%;
    background-image: url(/img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
 }

 body {
    background: transparent;
 }
 