Background image above website page

I was wondering if someone could help me. I have created a site for our school but the site is having problems when viewed in IE7.

When viewed in IE7, only the background image appears. The actual website is below the background image. To see the actual site, the viewer has to scroll down to see the webpage.

Could someone please help me fix this problem?

I don’t have IE7 handy, BUT… that’s not a good way to do a ‘background’ image. You would be much better off making it a real background image, by removing it from the HTML and adding this to your style sheet:

body {
    background: #0000ff url(Images/pix/cool.jpg) no-repeat 50% 0;
}

Thanks so much that worked.