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

body {
    background: url("bg.png") no-repeat center center fixed;
    background-size: cover;
    position: relative;
}