/* 转载请保留版权信息：懒人图库 www.lanrentuku.com */
*{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover,#gotop{
	width: 112px;
	height: 112px;
	background: url(icon.png) no-repeat;
	position: fixed;
	right: 50px;
	cursor: pointer;
	_position: absolute;
	_bottom: auto;

_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{
	background-position: -388px -194px;
	bottom: 120px;
	_margin-bottom: 120px;
}
#code_hover{ background-position:-276px -194px; bottom:120px; _margin-bottom:120px;}
#gotop{ background-position:-276px -310px; bottom:0px; _margin-bottom:67px;} 

#code_img{ width:270px; height:355px; background:url(icon.png) -4px -3px no-repeat; position:fixed; right:190px; bottom:67px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}
