I think you need to change this:
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 80% 0;}
To This
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 20% 0;}
The 80% moved the background image to the right and the 20% moves it to the left as far as I can tell. I think i saw it in the Readme



Reply With Quote
