/*http://steve.pugh.net/test/test57c.html*/
html, body, #holder { min-height: 100%; width: 100%; height: 100%;}
html>body, html>body #holder { height: auto;}
body { margin: 0; padding:0; }
#holder { position: absolute; top: 0; left: 0;}
#page {height: auto;}
#main, #menucol{padding-bottom: 8.5em;}
.rightcol{padding-bottom: 10.0em;}
#footer {clear: both;  bottom: 0; left: 0; width: 100%;}
/* hide from Mac IE5 */
/* \*/
#footer {position: absolute; }
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */