html, body { 
    height:100%;
    margin: 0px;
}

body {
    background-image: url('../img/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fafafa;
}