/*
-------------------------------------------
请保留作者信息，官方网站：www.novastudio.cn
-------------------------------------------
*/

* {
	padding:0px;
	margin:0px;
}
*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}   /* 解决IE6下滚动抖动的问题 */
    /* 解决IE6下不兼容 position:fixed 的问题 */
#code, #code_hover, #gotop, .qq01, .qq02 {
	width:48px;
	height:48px;
	background:url(../images/ICO.png) no-repeat;
	position:fixed;
	right:20px;
	cursor:pointer;
	z-index:999999;
	_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)));
}
    /* 解决IE6下不兼容 position:fixed 的问题 */
#code {
	background-position:-284px -64px;
	bottom:105px;
	_margin-bottom:105px;
}
#code_hover {
	background-position:-284px -64px;
	bottom:105px;
	_margin-bottom:105px;
}
#gotop {
	background-position:-284px -119px;
	bottom:53px;
	_margin-bottom:53px;
}
#code_img {
    background: url("../images/ICO.png") no-repeat -10px -10px;
	width: 252px;
    height: 324px;
    position: fixed;
	bottom: 50px;
    cursor: pointer;
    display: none;
    right: 70px;
	z-index:999998;
    _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:50px;
}
    /* 解决IE6下不兼容 position:fixed 的问题 */
.qq01 {
    background-position: -284px -9px;
    bottom: 211px;
    display: block;
}
.qq02 {
    background-position: -284px -9px;
    bottom: 158px;
    display: block;
}