WOW! I was gonna look at your site - but it taking FOREVER to load!
Finally loaded - your using a Template Monster template??? tsk tsk tsk
You have bg images in two separate stylesheets that will need to be changed.
Look for:
In stylesheet_tm.css
In stylesheet_main.css.content_bg (line 70)
{
background-color: #2c2c2c;
background-image: url(../images/bg_cont.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: center top;
}
.content_bg (line 14)
{
background-color: transparent;
background-image: url(../images/bg3.gif);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}



