html {
    height: 100%;
}

body {
    background-image:    url(images/background.png);
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: top center;
    height: 80%;
}
