/*
重构 by yiminghe 09-04
hym_sunrise@126.com
抛弃设计师采用的table布局，xhtml css 重构
*/

#footer {
    height: 125px;
    background: url('http://img.12580zgz.com/images/bottom_bg.jpg');
}

#logo_gray {
	background-position:0px -1626px;
	width:173px;
	position:absolute;
	height:49px;
}
#footer ul {
    margin: 0 auto 0 250px;
    padding-top: 20px;
    text-align: center;
    float: none;
    list-style-type: none;
}

#footer li {
    float: left;
    width: 70px;
}