body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment:fixed
}
a#btnSocieta, a#btnSocieta:visited{color:#000}
div#contCustomPage p.contLoghiAboutUs {
	width: 100%;
	height: 280px;
	margin: 15px 0;
	padding: 0;
	background: #eee;
}



a.loghiAboutUs {
	width: auto;
	height: 120px;
	margin: 10px;
	padding: 0;
	display: block;
	float: left;
}

.loghi{padding:30px 0}

@media (max-width:991px) {

	.testo-chi {
		float: left;
		width: 500px;
	}

	.scarica-catalogo {
		float: right;
		width: 200px;
	}
}

@media (max-width: 750px) {
}


@media (max-width: 715px) {
	.scarica-catalogo {
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	    width: 200px;
	}

	.testo-chi {
		width: 100%;
		float: none;
	}
}

@media (max-width: 600px) {
	.testo-chi {
		width: 100%;
	}

	.scarica-catalogo {
	    clear: both;
	    display: block;
	    float: none;
	    margin: 0 auto;
	    width: 200px;
	}
}


