.container-header {
    background: #5F7530 !important;
    background-image: none !important;
}

body {
    background-image: url('/images/backgrounds/body_bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat;
}