﻿html, body {
    height: 100%;
}

body {
    min-height: 100%;
    background-color: #000;
    background-image: url('../img/background.jpg');
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
