/* CSS Document */

html{
scrollbar-base-color:#FAF4E6
}

body {
	margin:0px;
	background: #D3C096;
	color: #5F450F;
	list-style-type: none;
	font:Georgia, "Times New Roman", Times, serif
	}

#testata { 
	background: url(../images/fascione.gif) repeat-x; 
	height: 200px;
}

#logo, #logo_main { 
	background: url(../images/logo.gif) no-repeat center; 
	height: 200px;
	width:900px;
	margin:0px auto;
}


#main {
	background: url(../images/bg_main.jpg) repeat-x;
	border-bottom-width: 3px;
	
}
		
#contenuto { 
	margin: 0px auto;
	width: 700px;
	padding:30px;
	padding-bottom:0px
}

#lingua{
	width:100%;
	margin:20px 0px 20px 0px;
}

#payoff {
	background-image:url(../images/divisorio.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:100px;
	width:100%;
}

#payoff h4 {
	font: 1.5em/120% "Tahoma", Arial, Verdana, sans-serif;
	float:left;
	width:38%;
	margin-top:2%;}

#footer { 
	padding: 10px 0px 0px 0px;
	text-align:center;
	font-size: 11px;
	color: #89764c;
}

#footer a{
color: #89764c;

}
