/* CSS Document */

	body {
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: justify;
		background: url(../../img/sfondo.jpg) repeat-x;
		background-color: #5C4536;
	}
	
	a img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	a:link, a:visited, a:active {
		color: #FFFFFF;
		text-decoration: underline;
	}
	a:hover {
		color: #DEDEDE;
		text-decoration: underline;
	}
	
	#contenitore {
		width: 870px;
		margin: 0 auto;
	}
	
	#sopra {
		width: 100%;
		height: 466px;
		background: url(../../img/sfondo_sopra.jpg);
	}
	
	#sopra_foto {
		width: 870px;
		height: 300px;
		margin: 0 auto;
		padding-top: 28px;
	}
	
	#sopra_testo {
		width: 870px;
		height: 90px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 25px;
	}
	
	
	#centro {
		margin-top: 2px;
		width: 870px;
		height: 149px;
		background: url(../../img/sfondo_centro.jpg);
	}
	
	#centro img {
		padding-top: 5px;
	}
	
	
	#sotto {
		margin-top: 30px;
		width: 870px;
		height: 190px;
		background: url(../../img/sfondo_sotto.jpg) no-repeat;
	}
	
	#sotto_sx {
		padding-top: 10px;
		float: left;
		width: 300px;
		margin-left: 30px;
	}
	
	#sotto_dx {
		padding-top: 10px;
		float: right;
		width: 300px;
		margin-right: 30px;
		text-align: right;
	}

	#credits {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
		clear: both;
	}
