html { 
    background: url(../img/cover.png) no-repeat center center fixed;
    background-size: contain;
    background-color: #fff;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

