body { background-image: none; }
div#bg {position:fixed;width:100%;bottom:0;overflow:hidden;z-index:-1;left:0;}


*html div#bg {position:absolute;left:0;
bottom:expression(document.body ? (document.documentElement.clientHeight<document.body.clientHeight ? 0 : "auto") : "auto");
top:expression(document.body ? ((document.documentElement.clientHeight-document.getElementById("bgimage").clientHeight+document.documentElement.scrollTop)+"px") : "auto");}
div#bg img#bgimage {position:relative;width:100%;}
