body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	display:block;
	text-align:center;
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background: #FFF;
}


#banda_top{
	position:relative;	
	left: 50%;
	margin-left:-450px;
	width:900px;
	text-align:left;
	padding:0px;
	height:100px;
	top:0px;
	z-index:1;
	background: url("../img/banda.png") no-repeat top center;
}



.sideimg{
	display:block;
	height:330px;
	background-repeat:none;
	padding:0px;
	margin:-12px -12px 15px -12px;
}


#piva{
	position:relative;
	display:block;
	text-align:left;
	left: 50%;
	margin-left:-447px;
	margin-top:55px;
	width:50%;
	z-index:1;
	font: 12px "Arial", "Lucida Grande", "Trebuchet MS", "Verdana", sans-serif;
	color:#ffffff;
}


#footer2{
	position:relative;
	left: 50%;
	margin-left:-450px;
	width:900px;
	z-index:1;
	text-align:left;
	height:90px;
	margin-top:-35px;
}


#menu{
	position:relative;
	left: 50%;
	margin-left:-450px;
	width:900px;
	z-index:1;
	text-align:left;
	height:86px;
	margin-top:35px;
}






/* CLEAR DEI FLOAT */

.clear{
	clear:both;
}






.suggestion_list{background: white;border: 1px solid;padding: 4px;}
.suggestion_list ul{padding: 0;margin: 0;list-style-type: none;}
.suggestion_list a{text-decoration: none;color: #227428;}
.suggestion_list .selected{background: #227428;color: white;}
.suggestion_list .selected a{color: white;}


#autosuggest{
	
	float:left;
	margin-left:0px;
	display: none;
	z-index:99;
	width:287px;
	TEXT-ALIGN: left;
}


