div.windowFloating{
	position:fixed;
	top: 0px;
	/top: 0px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0)); 
}
