I tried to replicate my header code for the footer, but it doesn't seem to be displaying. I've double-checked everything and can't figure out why it's not working. Maybe there is a typo somewhere.
Below are the two sets of code:
Header
<div class="head">
<div class="centerimg">
<img src="images/logo.png" width="96" height="82">
</div>
.head {background-image:url('images/header_bg.png'); top repeat-x; height: 182px;}
Footer
<div class="footer">
</div>
.footer {background-image:url('images/footer_bg.png'); bottom repeat-x; height: 110px;}
Why does the header display properly while the footer doesn't show up?