		#overlay {
			position:fixed;
			width: 81px;
			height: 81px;
			bottom: 0;
			right: 0;
			z-index: 1000;
		}
		* html #overlay {
			position: absolute;
			bottom: 0;
			overflow: visible;
			right: 0px;
			top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
		}
		
		div#chat {
			position:fixed;			
			width: 81px;
			height: 81px;
			top: 10px; 
			left: 78%;
			z-index: 2;
			
		}
		* html div#chat {
			position: absolute;			
			bottom: 0px;
			overflow: visible;			
			left: expression( eval(document.body.clientWidth > 850 ? (document.body.clientWidth-850)/2:(850-document.body.clientWidth)/2) + 810+"px");
			top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop +30);
			
		}
		