#lyr_fix {
        position: absolute; width: 100%;
}
body > div#lyr_fix {
        position: fixed; height: 35px; width: 100%;
}
div#lyr_fix {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( window.document.body.clientHeight - 35 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
