I am having a really tough time figuring out why IE7 adds extra padding to the this page!
This is what IE7 is doing: http://imgur.com/lwyRI.png
The correct page
Not sure but try this out in your CSS do
body { padding:0; margin:0; }
http://www.w3schools.com/css/css_margin.asp http://www.w3schools.com/css/css_padding.asp
alternatively would like to see some code as posted by others.