#footer.home{
	background:none;
	height: 123px;
	position:absolute;
	left:16px;
	top:450px;
}

#footer {
	height: 123px;
	width: 960px;
	color:#A6A4A3;
	position:relative;
	background:#FFF;
}

#footer .partners{
	height: 60px;
}

#footer .partners .left{
	height: 60px;
	width:15px;
	float:left;
	background: url(img/angolo-footer.png) no-repeat;
}

#footer.home .partners .left{
	background: url(img/angolo-footer-hp.png) no-repeat;
}

#footer .partners .middle{
	background:transparent url(img/footerMiddle.png) repeat-x scroll 0 0;
	float:left;
	height:60px;
	position:relative;
	width:50px;
}

#footer.home .partners .middle{
	background: url(img/footerMiddle-hp.png) repeat-x;
}

#footer .partners .middle img{
	margin:15px 10px 10px;
	width:40px;
}

#footer .partners .middle label{
	clear:both;
	font-size:10px;
	margin-top:2px;
	position:absolute;
}

#footer .partners .right{
	height: 60px;
	width:81px;
	float:left;
	background: url(img/curva-footer.png) no-repeat;
}

#footer.home .partners .right{
	height: 60px;
	width:81px;
	float:left;
	background: url(img/curva-footer-hp.png) no-repeat;
}

#footer .static{
	background:#EEEFF0 url(img/footer-static.png) repeat-x scroll center bottom;
	height:20px;
	position:relative;
	width:100%;
}

#footer.home .static{
	opacity:0.6;
	filter:alpha(opacity=60);
}

#footer .static .copyright{
	float:left;	
	margin-left:10px;
}

#footer .static .piva{
	float:right;
	margin-right:10px;
	
}

/**/