#footer {
    background: url(../images/bg-footer.png) repeat-x;
    clear: both;
    padding: 0 0 5em;
    margin: 0;
}

#footer {
    clear: both;
    padding: 7em 0 5em;
    background: url(../images/bg-footer-blue.png) repeat-x;
}

#footer a {
    color: #555;
}

#footer a:hover {
    color: #000;
}

#footerLogo {
    float: left;
    width: 116px;
}

#footerLogo a {
    display: block;
    min-height: 67px;
    height: 67px;
    text-indent: -9999px;
    overflow: hidden;
    background: #CBCBCB url(../images/ui.png) no-repeat right 50%;
}

#footer p {
    padding: 1em;
    text-align: center;
}

#footer p.first {
    background: #ECECEC;
    border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px 2px;
}

#footer p.last {
    background: #DBDBDB;
    color: white;
    border-top: 1px solid white;
    border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px 2px;
}
