You can change the background color with the ThemeTweaker module.
Just add the following CSS rule and rebuild the cache (also, you may need to clear the browser cache as well):
Code:
#page #content .products div.product-photo
{
background: #2c2c2c;
}