body { height:100%; width:98%; overflow-y:auto; }
#floatdiv {
	display:block;
	bottom:10px;
	right:0px;
	width:260px; 
	position:fixed; 
	color: white;
	height:180px;
}
* html #floatdiv {
	position:absolute;
	right:50px;
	bottom:10px;
}
* html {overflow-x:auto; overflow-y:hidden;}
* html body{padding: 0px; border:0px; margin: 0px;}
 