
html>body #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0
}

#pagetop {
_position: absolute;
_right: 0;
_top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) - 0
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) - 0);
_z-index: 500;
margin: 0;
}

#pagetop a {
	display: block;
	width: 74px;
	height: 29px;
	background: url(../img/pagetop.png) no-repeat;
	background-position: 0px 0px;
}

#pagetop a:hover {
	background-position: 0px -29px;
}

#pagetop a span { display: none;}


