Just cant get background color behind header :-(

Hi from nearly the end of the day wakefiled UK - sunny & no rain :slight_smile:

Heres my problem… On this page -
http://www.pauserefreshment.co.uk/google_ad_june_2010.html
I just cant get a solid colour behind the header which means it gets lost against the beans. Ive heighlighted the area in question above with a red circle :frowning:

Whats foxing me is this bit of css code i thought would give it a background colour -

#header {
background:#00FF66;
padding: 0px;
}

I thought there might be an inhertance issue causing the prob but i suspect it may be the image of the cafe workers.

Any insights welcome :slight_smile:

Thank you vinpkl - that worked :slight_smile:

add height to your header css

vineet