#pagetopComp {
	width:150px;
	height:216px;
	position:fixed;
	bottom:50px;
	right:0px;
	z-index:999;
}

* html #pagetopComp {
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	margin-left:expression(0 - parseInt(this.offsetWidth / 2) + (document.documentElement && document.documentElement.scrollLeft || document.body.scrollLeft) + 'px');
}
