Hello,
You will also have to add this:
#ja-container .main,
#ja-container-f .main,
#ja-container-fr .main,
#ja-container-fl .main {
background: #fff url(../images/main-bg.gif) no-repeat center top; /*add #fff for white bg color*/
display: block;
overflow: hidden;
width: 980px;
}
But now you still have white bg in lower part of page.
So you could best change this:
<blockquote>
#ja-container,
#ja-container-f,
#ja-container-fr,
#ja-container-fl {
background: #000 /*url(../images/container-bgbl.gif) repeat-x top left #FFFFFF*/;
clear: both;
margin: 0 0 20px;
}</blockquote>
Good luck,
Micrantha