html {
    min-height: 100%;
    background-image: url(bob.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
 }