#footer {
    background: url(images/footer.png);
    clear: both;
    height: 122px;
}

#footer .contents {
    padding: 24px 24px 0 8px;
}

#footer .logo {
    float: right;
    font-size: 14px;
}

#footer .logo img {
    display: block;
}

#footer .seo {
    float: left;
    width: 390px;

}

#footer .seo a {
    display: block;
    float: left;
    line-height: 20px;
    padding: 0;
    width: 130px;
    font-weight:normal;
}

#footer .links {
    position: relative;
    top: -4px;
    margin-left: 390px;
}

#footer .links a {
    line-height: 2;
}