How can I put a different background in the product pages so that the homepage and other e-z pages, for example, have a different background to the product pages. I mean the background in the whole page,
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #ffffff;
margin-top: 12px;
background-image: url(http://www.site.com/shop/images/background.gif);
for example.
Thanks.



