body {
	margin: 0px;
	padding: 0px;
	background-color: Black;
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#contenitore {
	display: block;
	width: 720px;
	height: 567px;
	margin-top: 20px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(fondo-home.jpg);
	background-repeat: no-repeat;
	background-position: top center;		
}
div#principale {
	float: left;
	width: 478px;	
}
div#colonna {
	float: right;
	width: 242px;
	padding: 120px 0px 0px 0px;
	text-align: center;
}
a.lingua {
	display: block;
	width: 200px;
	padding: 5px 0px 5px 0px;
	color: #976922;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	border-width: 0px 5px 0px 5px;
}
a.lingua:hover {
	background-color: #F2DBBA;
	color: #000;
	border-width: 0px 5px 0px 5px;
	border-color: #976922;
	border-style: solid;
}
a.link1 {
	color: #80551F;
	text-decoration: none;
	font-weight: bold;
}
a.link1:hover {
	color: #C3812F;
}
