I read through several questions similar to this one before posting, but did not find a solution that worked for me.
I have one page in my site that does not fit the tem
Try using overflow: auto;
for the content.
After over a day of messing with this I found that IE8 Compatibility Mode made the page do what I wanted, but unfortunately Compatibility Mode also messed up my JavaScript. I ended up taking the low road and just hacked up my Dynamic Web Template with some PHP to make it do what I wanted. @#$% IE!