Allego inoltre il css che lavora sull'immagine:

codice HTML:
#headerwrap {
    width: 100%;
    background: url(../img/top-bg.jpg) #0b333f no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    ;
    min-height: 600px;
    margin-top: -60px;
    padding-top:160px;
    text-align:center;
}