.fixed1{
	background-color:#0CF;
	width:100px;
	height:100px;
	position:fixed;
	right:0px;
	top:0px;
	/* for <= ie6 */
	_position:absolute;
	_top:expression(documentElement.scrollTop + "px");
	_left:expression((documentElement.scrollLeft + documentElement.clientWidth - this.Width) + "px");
}