CSS/OSCommerce can't find this color

I’m struggling finding where this color is coming from on my site. I want to change it from #86EDEC to #FFFFFF but can’t seem to figure out where to do that at. my site is located below and the color is on the left and right side under the pictures. Thanks in advance for the help.

http://thebeadingsite.com/oscommerce/

I’m getting a 500 internal server error :slight_smile:

It’s not a color, it’s an image.

div#wrapper3 {
width: 908px;
overflow: auto;
position: relative;
background: url(images/freeoscommerce_009/content_background.jpg) top center repeat-y;
left: 9px;
margin-bottom: 9px;
}

background: url(images/freeoscommerce_009/content_background.jpg) top center repeat-y;

If your background is #fff, then you should be able to just delete this line and have the background display. If not, change this line to background: #fff; and I’d say you’re good to go.

Man that’s awesome!! thanks so much!

Anytime. :slight_smile: