/*·µ»Ø¶¥²¿*/
.backToTop
{
	display: none;
	width: 56px;
	height: 53px;
	background: url(img/gotop.gif) no-repeat;
	line-height: 1.2;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 150px;
	_bottom: "auto";
	cursor: pointer;
	z-index: 2;
}
