html,body{
	margin: 0;
	padding:0;
	height:100%;
	background-image:url(../img/bg_logo.gif);
	background-repeat:repeat-x;
	font-family:Verdana,Trebuchet MS,Arial,sans-serif,Helvetica;
	font-size: 10px;
/*	line-height: 15px;*/
	color:#333;
}
body{
	text-align: center;
}
body>div#container{
	height:auto;
	min-height:100%;
}
div#container{
	position:relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	background-image:url(../img/bg_linee.gif);
	background-repeat: no-repeat;
	background-position: 199px 110px;
/*	border-left: 1px solid #36c;
	border-right: 1px solid #36c;*/
}
.sezione {
	float:left;
	width: 300px;
	height: 30px;
	margin-left: 390px;
	font-weight:bold;
	color:#369;
}
div#linguaggio {
  display: none;
	float: right;
	width: 100px;
	height: 16px;
	top: 5px;
	background-color:#999;
}
div#testi{
	float:left;
	text-align: justify;
	width: 320px;
	margin: 0 0 0 20px;
}
div#immagini{
	float:left;
	text-align:left;
	width: 250px;
	margin: 0 0 0 20px;
}
#clear_left{
	clear:left;
}
div#immagine_riempimento{
	text-align:right;
	position:absolute;
	top:245px;
	padding: 0;
}
div#bottom{
	position:absolute;
	bottom:10px;
	margin-left: 60px;
	width: 150px;
	padding: 0;
}

