#footer {
    background: url("../images/bgfooter.png") repeat-x scroll 0 0 black;
    color: #b6b6b6;
    line-height: 1.6em;
    margin-top: 30px;
    overflow: hidden;
}

#footer .container {
    clear: both;
    overflow: hidden;
    width: 980px;
}

#footer .desc {
    float: left;
    padding-top: 30px;
    width: 650px;
}
#info {
    background: url("../images/bgfooter2.png") repeat-x scroll 0 0 black;
    border-color: #000;
    border-style: solid;
    border-width: 0 1px 1px;
    float: right;
    font-size: 12px;
    height: 85px;
    line-height: 25px;
    margin-top: 1px;
    padding: 20px;
    position: relative;
    width: 260px;
}

#info .sitemap {
    float: right;
}

#info i {
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    width: 12px;
}

#info a {
    color: #b6b6b6;
    font-weight: bold;
}
#info .link {
    background-image: url("../images/sprite.png");
    background-position: -16px -416px;
}

#info .curly {
    background-image: url("../images/sprite.png");
    background-position: 0 -437px;
    bottom: 0;
    display: block;
    height: 14px;
    margin-right: 0;
    position: absolute;
    right: 0;
    width: 14px;
}

#info .email {
    background-image: url("../images/sprite.png");
    background-position: 0 -413px;
}