Hi,
Your selector ".frontpagemain div" is very generic. You should make the selector more specific. The easiest way to do so is to add a class to the divs you want to use the css you've written. So, if you add class="backgroundimage" to the div(s) that should get the image, you would change your selector to ".frontpagemain div.backgroundimage" .
HTH,
Joe