Dear robandyuk !
It is posible , you can remove it following some steps below :
Open template.css file in templates/ja_zeolite/css folder.
1. Find following code section at about line 1120 :
#ja-productwrap {
background:transparent url(../images/content-center.gif) repeat-y scroll center top;
display:block;
margin:0 0 10px;
padding:0;
width:100%;
}
change to :
#ja-productwrap {
display:block;
margin:0 0 10px;
padding:0;
width:100%;
}
2, Find following code section at about line 1138 :
#ja-product-bot {
background:transparent url(../images/content-bot.gif) no-repeat scroll center bottom;
}
change to :
#ja-product-bot {
}
3, Find followinng code section at about line 1128 :
#ja-product-top {
background:transparent url(../images/content-top.gif) no-repeat scroll center top;
padding:8px 15px;
}
change to :
#ja-product-top {
padding:8px 15px;
}