I found some other error, in IE7 it is not showing the line just above the footer text. You can let this one show up by making the footer code the same as the code here given. Hope i did help you

#footer {
display:inline-block;
}
#footer {
display:block;
clear: both;
padding: 5px;
border-top: 1px solid #ccc;
}