#footer {
    clear: both;
    width: 100%;
    height: 78px;
    background-image: url('../images/footer/background.png');
    background-position: bottom;
    background-color: #ffffff;
    padding-top: 30px;
    background-repeat: repeat-x;
	background-position: bottom;
}
#footer_items {
    width: 965px;
    padding-top: 15px;
    margin: auto;
    text-align: center;
}
.footer_links a{
    margin: 0px 10px 10px 10px;
    color: #cdae8a;
}
#footer_items a:hover {
    color: #94b50c;
}
.copyright {
    margin-top: 10px;
    color: #a08668;
}
#selectLanguage {
    float: right;
    top: 5px;
}
#selectLanguage p {
    float:left;
    color: #eed0ad;
    font-size: 0.8em;
    border-bottom: 1px dotted #c5a489;
    
}
#selectLanguage img {
    float: left;
    margin-left: 5px;
	margin-top: -2px;
}
.linkLanguage {
    color: #ffffff;
}