The top background image is not repeating or displaying full height in IE7.
It works in Firefox and Chrome.
The home-top class:
.home-top{
background: url('../images/top-home-bg.gif');
float:left;
width:100%;
text-align:center;
height:180px;
}
In home-top there is a backgorund image which is not displaying behind the second separator at top.
Add a valid doctype as the very first line of your HTML:
without this, your page is rendering in Quirks Mode, which causes all sorts of problems – particularly in IE.