html {
    background: url(img/logo.png);
    background-color: #FEFEFE;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    xbackground-size: auto|length|cover|contain|initial|inherit;
    background-size: contain;
}
