
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
	font-family : Verdana;
}

body {
	color : black;
	margin-top: 0px;
	background-color: #ffffff;
}

/* struttura e layout pagina */

#container {
	width: 880px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	text-align: left;
	border: 0px solid green;
	margin-top: 0px;
}

#headeralto {
	/*height: 95px;*/
	border: 0px solid red;
	text-align: right;
	margin: 0px;
	width: 880px;
	height: 241px;
	background-image: url(bannersopra.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#maincontent {
	min-height: 387px;
	height: auto !important;
	height: 387px;
	border: 0px solid red;
	padding: 20px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #fbd60b;
	background-image: url(CONTENT.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#contentgen {
	background-color: white;
	margin: 0 15px;
	border: 1px solid gray;
	padding: 15px;
}

#footer {
	font-size: 1px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	background-image: url(footer.png);
	background-repeat: repeat;
	background-position: bottom left;
	height: 30px;
	border: 0px solid red;
}

#footerlinfa {
	width: 880px;
	margin: 0 auto;
	text-align: right;
	padding: 5px;
}

#footerint {
	background-image: url(CONTENT.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
