If the background image is only supposed to go behind the logo, than maybe changing #logoWrapper in stylesheet_colors.css might do the trick?
Changing
Code:
body, #mainWrapper, #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #contentMainWrapper, #headerWrapper, .sideBoxContent, .rightBoxContent, .rowOdd, #productQuantityDiscounts table, #accountLinksWrapper {background:#fff;}
to
Code:
body, #mainWrapper, #headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #contentMainWrapper, #headerWrapper, .sideBoxContent, .rightBoxContent, .rowOdd, #productQuantityDiscounts table, #accountLinksWrapper {background:#fff;}
#logoWrapper{background-image:url("../images/bg2.png");}
did the trick for me, localhost, fresh install of 1.5.5
I think it was line 18?
Using the webmaster tools, I thought
Code:
<div id="logoWrapper" class="group onerow-fluid">
highlighted the correct part of the site?
As far as I can see locally, the part behind the logo in the top part is the only part of the site that now has a different background.