it appears there are inline styles on the headerWrapper
Code:
<div id="headerWrapper" style="max-width: 100%; margin: auto;">
extend that to be
Code:
<div id="headerWrapper" style="max-width: 100%; margin: auto; background-image: url("includes/templates/responsive_classic/images/bg2.png");">
Then in the stylesheet_colors.css (~line 18) remove #logoWrapper from there and add a new style below it for #logoWrapper as below
Code:
#logoWrapper {background-color: transparent;}
attached image is what I see when playing in my browser