Thanx for the reply. I have used that technique before so I get what you're saying. I still cant seem to get it tho.

I added this to my stylesheet but it doesn't seem to display the image:

#logoWrapper {
width: 100%;
background: url('../images/gempralogo2.jpg') center center no-repeat;
}

If I remove the image from #headerContent then no image is displayed.

#headerContent {
background: url('../images/gempralogo2.jpg') center center no-repeat;
padding-top: 9px;
padding-right: 0px;
padding-bottom: 9px;
padding-left: 0px;
}

I dont know but it is driving me crazy lol.