Background image showing through div areas

Hi,

I have a background image that shows through the divs in my web page. I have another web site whereby the divs sit on top of the background image but I cannot find the difference between my two web sites.

How do I make it so that the background image is behind the div areas?

This is the CSS code I am using to add the background image:

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:87.5%;
  background-image:url('../g2v-canadaeast.gif');
  }

Thanks,

Matt.

Hi, Matt.

There is nothing suspicious about the snippit of code that you posted.

I suggest that you give us links to the two sites, and the location of the background-image and divs involved on each site.

You might look for a missing background-color in the divs.