body {
	background: url(../immagini/testata_senza_logo.jpg) repeat-x center top;
}

#bottoncini td {
	vertical-align: middle;
}

#bottoncini td img {
	height: 30px;
}


div.contatore_visite {
	font-size: 10pt;
	color: grey;
	text-align: right;
	clear: both;
}

div#centrale {
	position: relative;
	width: 1000px;
	margin: auto;
	z-index: 1;
	background: url(../immagini/testata_ritaglio_logo.jpg) no-repeat left top;
}

div#header {
	height: 190px;
}

div#logo {
	position: absolute;
	width: 550px;
	height: 220px;
	float: left;
	margin: 6px 0px 4px 20px;
	background: none;
}
div#corpo {
	overflow: hidden;
	/*
	border-left: 2px dashed #1f7721;
	border-right: 2px dashed #1f7721;
	background: white;
	*/
	margin-top: 0px;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 50px;
	
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	
	box-shadow: 0px 25px 25px #660066;
	-webkit-box-shadow: 0px 35px 35px #660066; /* Safari */
}

div#menu_laterale_sx {
	position: relative;
	top: 100px;
	float: left;
	width: 95px;
	height: 300px;
	padding-left: 10px;
	text-align: center;
}

div#menu_laterale_sx img {
	margin-bottom: 10px;
}

div#laterale_dx {
	width: 851px;
	float: left;
	padding: 20px;
}

div#contenuto {
	width: 856px;
	min-height: 700px;
	float: left;
	text-align: justify;
	background-color: none;
	margin-top: -30px;
}

div#manca_h1 {
	height: 80px;
}


div#footer {
	clear:both;
	height: 200px;
	font-size: 10pt;
}

div#footer_barra {
	position: relative;
	height: 5px;
	margin: 15px 0 15px 0;
	background: #660066;
}

div#footer_sx {
	float: left;
	width: 33%;
}

div#footer_sx div {
	clear: both;
	padding-top: 20px;
	font-size: 8pt;
}

div#footer_sx span {
	height: 35px;
	line-height: 35px;
	margin: 0px 10px;
	font-size: 12pt;
}

div#footer_sx span * {
	float: left;
}

div#footer_sx div img {
	height: 25px;
}

div#footer_centro {
	float: left;
	width: 33%;
	text-align: center;
}

div#footer_centro .flag_wrapper {
	margin: auto;
	width: 160px;
}

div#footer_centro form {
	width: 40px;
	float: left;
}

div#footer_centro .flag {
	cursor: pointer;
}

div#footer_centro .altro {
	background: red;
}

div#footer_centro .altro img {
	height: 30px;
	float: left;
}

div#footer_centro .altro a {
	height: 30px;
	line-height: 30px;
	float: left;
}

div#footer_dx {
	float: left;
	width: 33%;
}

div#footer_contenuto {
	position: relative;
	height: 100px;
	margin-left: auto;
	right: 0;
	text-align: right;
	background: none;
}

div#footer_contenuto img {
	margin: 0 10px;
	float: right;
}

div#footer_contenuto p {
}
