body {
    background-image: url('/images/backpic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: stretch;
    background-attachment: fixed;
    background-color: #cccccc;
}
