@charset "utf-8";
body {
	background-color:#e0e5c5;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

A {
	outline:none;
	color:seagreen;
	font-size: 16px;
	font-weight: bold;
}

a img { border: 0; }


H1 {
	font-size: 20px;
	font-weight: bold;
	color: seagreen;
}
#titolo {
	width: 956px;
	height: 192px;
	margin: auto;
	background-image:url(images/titolo.png);
	//background-color:red;
	float:left;
}
#barra {
	width: 956px;
	height: 27px;
	margin: auto;
	float:left;
	background-image:url(images/barra.png);
	//background-color:green;
	color:#FFFBF0;
}

#sinistra{	width: 30px;
	height: 27px;
	float:left;}

#menu{
	width: 700px;
	height: 27px;
	float:left;
	color:#FFFBF0;
	}
	
#lingua{
	width: 200px;
	height: 27px;
	float:right;
	color:#FFFBF0;
	}

#sottobarra {
	width: 956px;
	height: 19px;
	margin: auto;
	float:left;
	background-image:url(images/sottobarra.png);
	//background-color:blue;
}

#corpo {
	width: 956px;
	margin: auto;
	float:left;
	background-image:url(images/content.png);
	//background-color:violet;
	text-align:left;
}

#footer {

	width: 956px;
	height: 64px;
	margin: auto;
	float:left;
	background-image:url(images/footer.png);
	//background-color:yellow;
	
}

#footerend{
width: 956px;
	height: 58px;
	margin: auto;
	float:left;
	background-image:url(images/footerend.png);
	//background-color:pink;

}

#pagina{
	width: 956px;
	margin: auto;
	clear:both;
	background-image:url(images/content.png);
	//background-color:violet;
	}
	
#barra a {
	font-weight: bold;
	font-size: 15;
	color: seagreen;
	text-decoration: none;
}

#contenuto
{
	width: 830px;
	margin: auto;	
}
#stats {

	width: 956px;
	height: 64px;
	margin: auto;
	float:left;
	
}

#imagesContainer {
	overflow: hidden;
	position:relative;
	margin:auto;
	width:822px;
	height: 230px;
}

.destra{
	width: 250px;
	float:right;
	color:#FFFBF0;
	}



