How do I change background color?

Right now, my product background color is gray. I want to change it to white like the sites main background. Where would I go to do this?



Here is a link to one product so you can see exactly what I'm talking about.



Thanks in advance.



[url=“http://store.commoto.com/ducati-shield-14-helmet.html”]http://store.commoto.com/ducati-shield-14-helmet.html[/url]

You need to learn how to use and/or get yourself a CSS/HTML tool for your browser like Firebug.



styles.css (Line 958)


.sidebox-important-wrapper .sidebox-body {
background: url("images/sb_cat_body_bg.png") repeat-x scroll 0 0 #F5F5F5;

Thanks The Tool. Do I enter [color=#000000][size=2] background[/size][/color][color=#666600][size=2]:[/size][/color][color=#000000][size=2] url[/size][/color][color=#666600]size=2[/size][/color][color=#000000][size=2] repeat[/size][/color][color=#666600][size=2]-[/size][/color][color=#000000][size=2]x scroll [/size][/color][color=#006666][size=2]0[/size][/color][color=#000000][size=2] [/size][/color][color=#006666][size=2]0[/size][/color][color=#000000][size=2] [/size][/color][color=#880000][size=2]#F5F5F5; [/size][/color]

under line 958? Or am I replacing it?

Also, I just downloaded Firebug. Thanks. Im gonna try to learn how to use it.

background: none repeat-x scroll 0 0 #FFFFFF;