body {
	margin: 0;
	padding: 0;
	text-align: center; /* per IE5.x/Win */
	background: #EEE;
	color: #000;
	font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#centrato {
	position:relative;
	width: 949px;
	margin: 0 auto;
	text-align: left; /* per IE5.x/Win */
}
#corpo {
	width: 949px;
	overflow: hidden;
	background: #FFF;
	height:100%;
}
* html #corpo {width /**/: 949px;}
#colonna-1 {
	float: left;
	width: 575px;
	margin: 0;
	background: transparent;
	color: #000;
}
#colonna-2 {
	float: left;
	width: 374px;
	background: transparent;
	color: #000;
}
#intestazione {
	position:relative;
	background: #FFF url(img/1_header.jpg) center top no-repeat;
	color: #000;
	height:128px;
}
#pie-di-pagina {
	background: #d6f8c7 url('img/stond_basso.gif') center bottom no-repeat;
	color: #666;
	text-align:center;
	font-size:0.8em;
}
#colonna-1, #colonna-2{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


a:link, a:visited{text-decoration:none;color: #040;font-weight:bold;}
a:hover, a:focus, a:active{color:#090;text-decoration:underline;}

/* immagini */
#colonna-1 img{padding:0px 15px;border:0;}
#colonna-2 img{padding:0px 40px;border:0;}
