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