#header .logo {
	float: left;
    width: 380px;
    height: 103px;
    margin: 5px 0 10px 2px;
    background-color: #fff;
    background-image: url(../images/acfbp_logo.png);
    background-repeat: no-repeat;
}

#header .languages {
	float: right;
	margin-top: 10px;
}

#content .logo {
    position: absolute;
    width: 60px;
    height: 280px;
    left: -30px;
    top: 50px;
    bottom: 50px;
    background-color: #fff;
    background-image: url(../images/acfbp_logo_side.png);
    background-repeat: no-repeat;
    background-position: 5px 25px;
}

#footer .facebook {
}



