Looking good!
I noticed your footer text is spilling out of it's container. To fix that you may need a bigger background image.
#footerWrap {
background:#FDF8E0 url(../images/bg_footer.png) no-repeat center bottom;
min-height: 170px; /**same height as BG image**/
width: 984px;
margin:0;
padding:0;
}
Nancy O.