#footer.footer{
	height:40px;
	text-align:right;
	color:#000000;
	bottom:0px;
	position:fixed;
	width:100%;
}
a{
text-decoration: none;
}
* html .footer /* IE6 底部固定  */{
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)));
}
