/* CSS Document */
.partnerSctn {
	display: inline;	
width:100%;
	position:relative;
	min-height:100px;
}
.partnerLeft {
	background: url("../images/layout/bkg-titolo-category.gif") repeat-x scroll 0 -30px transparent;
	width:130px;
	display:inline;
	float:left;
	clear:left;
	padding-left:10px;
	overflow:hidden;
}
.partnerRight {
	background: url("../images/layout/bkg-titolo-category.gif") repeat-x scroll 0 -30px transparent;
	width:130px;
	display:inline;	
	float:right;
	padding-top:20px;
	padding-left:10px;
}
.partnerCenter {
	background: url("../images/layout/bkg-titolo-category.gif") repeat-x scroll 0 -30px transparent;
	display:inline;
	width:500px;
	float:left;
	padding-top:20px;
	padding-left:10px;
}
.content {
	padding: 113px 0 50px 187px;
	position:static;
	float:left;
	overflow:visible;
	height:auto;
	min-height:888px;
}
.main { 
	height:auto;
	
}
.links{
	height:auto;
	bottom:15px;
	
}
