body {
    background: url(/static/images/bg.jpg) no-repeat center center fixed;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
