this is definitely to do with your settings in the /#template/css/colors folder in the graffiti-ie6.php file. I’d guess that you have a bg .gif set to repeat across all 950px of the center background.
I don’t know for sure because this seems to be the way that it ships, but make sure you have a line in your graffiti-ie6.php file that looks like this:
#ja-container {
background: url(../../images/graffiti/content-center.gif) repeat-y center top;
}
It’s going to be related to that piece of code, I think. I’m a little paranoid now, though, because I seem to remember another bit of code from yesterday that I can’t dredge up. If I find it, I’ll be back.