#post { 	
position: relative;
z-index: 88;
 }

#poster { 	
position: relative;

z-index: 88;
 }
#footerbanner {
	width: 100%;
	bottom: 0px;
	margin-bottom: 0px;
	height: 106px;
	position: fixed;
	z-index: 99;
	right: 0;
	 _position:absolute;
	  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
html>body #footerbanner { margin-bottom: 0px; bottom: 0 }