You have this in the css:
I have ver 1.5 of the template and this in the css:Code:.leftBoxContainer, .rightBoxContainer { background-image:url(../images/sidebox_content_bg.gif); background-repeat:repeat-y; margin-top: 1.5em } .sideBoxContent { background-image:url(../images/sidebox_content_bg.gif); background-repeat:no-repeat; padding: 0.4em; background-position-y:50% }
For some reason yours is calling the image sidebox_content_bg.gif twiceCode:.leftBoxContainer, .rightBoxContainer { margin-top: 1.5em; } .sideBoxContent { background-image:url(../images/sidebox_content_bg.gif); background-repeat:no-repeat; background-position:bottom; padding: 0.4em; }



