/* CSS Document */
#footer {
    position: absolute;
    bottom: 0;
    height:64px;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #b2cee7;
}

#footer a.footer-logo{
    width:340px;
    margin: auto;
    display: block;
    padding: 13px 0px 0px 0px;
}
#footer a.footer-logo_dl{
    width:160px;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    padding-left: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #fff url("../images/logo-bottom_b.png") no-repeat left center;
    color: #1D92F8;
}