/******************** inizio GENERICI ************************/
body{
	background-color:#FFF5DC;
	background-image:url(../images/background/back_index.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A3A25;
	SCROLLBAR-FACE-COLOR: #EDE4CE; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FDFBF6; 
	SCROLLBAR-SHADOW-COLOR: #FDFBF6; 
	SCROLLBAR-3DLIGHT-COLOR: #FDFBF6; 
	SCROLLBAR-ARROW-COLOR:  #FDFBF5; 
	SCROLLBAR-TRACK-COLOR: #FDFBF6; 
	SCROLLBAR-DARKSHADOW-COLOR: #FDFBF6; 
}

p{
	margin:0px;
	padding:0px;
}

a:link {
	color: #5A3A25;

}
a:hover {
		text-decoration:none;
		color: #5A3A25;
}

a:visited {
	color: #5A3A25;
}

#container{
	width:859px;
	height:500px;
	margin:auto;
}

#header{
	width:859px;
	height:108px;
	background-image:url(../images/background/back_header.gif);
	background-repeat:repeat-y;
}

#centre{
	width:859px;
	background-color:#F2DFB1;
}

#text{
	padding-left:30px;
	padding-right:10px;
}

#footer{
	background-image:url(../images/background/back_footer1.gif);
	height:145px;
}