body {
    background: url(../img/backgrounds/static.png) center center/cover no-repeat fixed; /* Put your Background image here */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}
