/* CSS Document */

#logoring {
	position:absolute;
	left: 15px;
	top: 760px;
	width: 200px;
	height: 200px;
	z-index: 5;
}
#loghigruppi {
	float:left;
	position: relative;
	border-style: solid;
	border-width: 10px 2px 1px 2px;
	left: 45px;
	top: 40px;
	width: 160px;
    height: auto !important;  /* per i browser moderni */
    height: 300px;      /* per IE5.x e IE6 */
    min-height: 300px;  /* per i browser moderni */
	z-index: 5;
	padding-bottom: 30px;
	text-align: center;
}
#loghigruppi img {
	margin-bottom: -3px;
}
