body {
	color: #000E9D;
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial,'Times New Roman';
	background-color: #efeded;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	position: relative;
	width: 700px;
	text-align: center;
	margin: auto;
	/*border: 1px solid #F9FAFE;*/
	border: 1px solid #efeded;
	height: 600px;
}

img { border: 0px solid red; }

.sovrapposte {
	position: absolute;
	top: 100px;
	left: 180px;
	height: 400px;
	width: 340px;
}

#lingue {
	height: 50px;
	text-align: center;
	width: 400px;
	margin: auto
	
}
ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
li {
	display: inline;
}
.centrale {
	margin-left: 70px;
	margin-right: 70px;
}
a {
	color: #000E9D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
.clear2 {
	clear: both;
}