#footer {
    width: 100%;
    height: 520px;

    background: #333;
}
#footer .wrapper {
    position: relative;

    width: 1024px;
    height: 520px;
    padding-top: 33px;
    margin: 0 auto;
}
#footer .wrapper .arial {
    height: 28px;
    padding-bottom: 20px;
    /*padding-left: 8px;*/

    line-height: 1.3em;

    color: #fff;
}
#footer .wrapper ul {
    padding: 0;
    margin: 0;

    font-size: 1.1em;
    list-style: none;
}
#footer .wrapper li {
    padding-bottom: 9px;

    line-height: 1.3em;
}
#footer .wrapper a {
    text-decoration: none;

    color: #999;
}
#footer .wrapper li a {
    padding-bottom: 5px;
    /*padding-left: 8px;*/

    font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    /* background-image: url("../images/img_footerbullet.gif");*/

    background-repeat: no-repeat;
}

#footer .wrapper .col {
    width: auto !important;
    width: 77px;
    max-width: 125px;
    min-width: 77px;
    padding-right: 20px;
}
#footer .wrapper .last {
    max-width: 90px;
    min-width: 55px;
    padding-right: 0;
}
#footer .wrapper .logowrapper {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 1024px;
    height: 82px;
    padding-top: 20px;
}
#footer .wrapper .logowrapper .arial {
    height: auto;
    padding: 5px 0 0 0;

    font-size: 1.1em;
}
#footer .wrapper .logowrapper {
    border-top: 1px solid #5c5c5c;
}
#footer  .wrapper .logowrapper .cityu_logo {
    position: absolute;
    top: 15px;
    right: 0;
    /*width: 117px;
    height: 48px;*/

    width: 68px;
    height: 44px;

    background-image: url("../images/img_footer_cityu_logo.png");
    background-repeat: no-repeat;
}
