body > div#footer {
position: fixed;
}

#footer {
background-color: #; visibility: visible; padding-top: 3px; padding-left: 0px; position: absolute; bottom: 0; left: 0; width: 100%; height: 155px; border-top: 0px solid #fff200 }

*html div#footer {
right: auto; bottom: auto;
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - footer.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}