James (3d), i guess you talk about the bad footer placement on smaller pages.
Here's how you can fix those.
Just change these height values in main.css. But make sure the content-wrap number values are the same for FF and IE:
Code:
#content-wrap {background: #fff;position:relative;width:100%;min-height:650px; height:auto;} /* MB1.1 - Better footer placement - legacy */
#content-wrap1 {background: #fff;position:relative;width:100%;min-height:1200px; height:auto;} /* MB2.0 - " when not logged in */
#content-wrap2 {background: #fff;position:relative;width:100%;min-height:850px; height:auto;} /* MB2.0 - " when logged in */
#content-wrap3 {background: #fff;position:relative;width:100%;min-height:680px; height:auto;} /* MB2.0 - " when logged in, no cat box */
/* Steef: MB1.1 - Better footer placement - MB2.0 - copy values of contant-wrap above */
/*\*/
* html #content-wrap1 {height: 1200px;}
* html #content-wrap2 {height: 850px;}
* html #content-wrap3 {height: 680px;}
* html #content-wrap {height: 650px;}
/**/