html, body{
	margin: 0;
	padding: 0;
	scrollbar-arrow-color: #B08469;
	scrollbar-track-color: #F2ECD2;
	scrollbar-base-color: #F2ECD2;
	scrollbar-dark-shadow-color:#F2ECD2;
	}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #FFFFFF;
	}
div#container{
	width: 100%;
	margin:0 auto;
	background:url(immagini/storia_sfondo2.jpg) repeat-y top right;
	}
div#container2{
	text-align: left;
	background-attachment: fixed;
	background-image: url(immagini/storia_sfondo.jpg);
	background-repeat: no-repeat;
	background-position: left 70px
	}
div#header{
	height:160px;
	background-image: url(immagini_h/sfondo_header.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	}
div#header2{
	height:auto;
	background:#FFFFFF;
	padding-left:1em;
	margin-right: 100px;
	margin-left: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	}
div#navigation{
	width:290px;
	width:300px;
	width:290px;
	float:left;
	padding-top: 1em;
	padding-bottom: 0;
	padding-left: 10px;
	}
div#extra{
	width:90px;
	width:100px;
	width:90px;
	float:right;
	padding:1em 10px 0 0;
	}
div#content{
	margin:10px 100px 0 300px;
	padding:1em 10px;
	background-color: #FFFFFF;
	height:360px;
	overflow:auto;
	}
div#footer{
	clear:both;
	text-align:center;
	color:#663333;
	height: 70px;
	background-image:url(immagini_h/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}

