@charset "gb2312";
/* 针对首页附加样式 */

body {
	margin-top:32px;
	background-image:url(bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	position:fixed;
	-position:static;
	top:0;
	left: 0;
	z-index:999;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	behavior: url(/PIE.htc);
	background-color: #F3F3F3;
}

#gotop{width:40px;position:fixed;bottom:100px;}
#gotop span{display:block;width:40px;height:40px;margin-top:1px;cursor:pointer;opacity:0.3;-moz-opacity:0.3;filter:alpha(opacity=30);}
#gotop span:hover{opacity:0.9;-moz-opacity:0.9;filter:alpha(opacity=90);}