
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: white;
	line-height: 20px;
	text-align: justify;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: grey;
}


div#container {
	position: absolute;
	width: 980px;
	margin-left: -490px;
	margin-top:0px;
	left: 50%;
	top:0px;	
	height:920px;
	background-color: white;
	color: grey;

}

#imgsopra {
	position: absolute;
	top:0px;
	left:0px;
	height:20px;

}

#eventi {
	position: absolute;
	top:500px;
	left:40px;
	height:29px;
	width:100px;
background-image: url(/Immagini/territorio.jpg);


}

#galleria {
	position: absolute;
	top:550px;
	left:40px;
	height:29px;
	width:100px;
background-image: url(/Immagini/gallery.jpg);


}

#eventi:hover {
background-image: url(/Immagini/territorio1.jpg);


}

#galleria:hover {
background-image: url(/Immagini/gallery1.jpg);


}

#eventi2 {
	position: absolute;
	top:500px;
	left:40px;
	height:29px;
	width:100px;
background-image: url(/English/Immagini/territorio.jpg);


}

#galleria2 {
	position: absolute;
	top:550px;
	left:40px;
	height:29px;
	width:100px;
background-image: url(/English/Immagini/gallery.jpg);


}

#eventi2:hover {
background-image: url(/English/Immagini/territorio1.jpg);


}

#galleria2:hover {
background-image: url(/English/Immagini/gallery1.jpg);


}


div#container2 {
	position: absolute;
	width: 600px;
	margin-left: -300px;
	margin-top:0px;
	left: 50%;
	top:0px;	
	height:800px;
	background-color: white;
	color: grey;

}


