It could be due to IE7 releasing after the release of 6.3.20063.53. I would recommend that you either install a hotfix or upgrade to a later version of the product.
If you cannot upgrade, you may want to play with setting the height on the html, body, form, and the tab control.
Something like this:
<style type="text/css">
html,body,form{
margin:0;
padding:0;
height:100%;
border:none
}
</style>