@charset "utf-8";
/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#769e00;
	background-image: url(/img/bg_site.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:10px;
   width:900px;
   margin-left:auto;
   margin-right:auto;
   background:#FFF;
   height:310px;
}
#body {
   padding:10px;
   padding-bottom:150px;   /* Height of the footer */
   background:#FFF;
   width:900px;
   margin-left:auto;
   margin-right:auto;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:180px;   /* Height of the footer */
	background-image: url(/img/erbetta_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#text_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #8cab1f;
	text-decoration: none;
	letter-spacing: -0.08em;
}
#text_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}#titolo_pagine {
	font-family: 'Corben', cursive;
	font-size: 20px;
	color: #FFF;
	background-color: #769e00;
	text-align: center;
	height: 45px;
	width: 800px;
	margin-right: 40px;
	margin-left: 40px;
	padding-top:15px;
	margin-bottom:20px;
}
#text_sezioni {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
