﻿html,
body {
    height: 100%;
}

body {
    background: url(images/bg.jpg) no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
