@charset "utf-8";
/* CSS Document */

body {
	background-repeat:repeat;
	background-attachment: fixed;
	background-position:top;
	background-position:left;
	background-image: url(immagini/bg1.jpg);
	background-color: #FFC;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	}	

#testo {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #38302b;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}

#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #F60;
	text-align: center;
	margin-top: 5px;
	}
	
	
#valle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #F90;
	text-align: right;
	
	}

