Jon Jensen gave me the fix for it. Behold the wisdom of Sir Jensen the Great:
body{
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
Add that to the CSS and then IE knows that the body encompases the
entire page. Which, you know, seems obvious. But whatever.
Dan