#main {
	margin:0 auto;
	top:-9px;
	position:relative;
	width:770px;
	height:auto;
}

/*HEADER*/
.header {
	margin:0 auto;
	background: url(img/header.jpg);	
	position:relative;
	width:770px;
	height:159px;
}

/*MENU*/
.menu {
	background: url(img/menu.jpg);
	margin:0 auto;
	position:relative;
	width:770px;
	height:54px;
}

.voce_menu {
	float:left;
	top:-7px;
	left:0px;
	position:relative;
	width:128,3px;
	height:30px;
	color:#000000;
}

	#first {
		float:left;
		left:-4px;
		position:relative;
	}
	#second {
		float:left;
		left:63px;
		position:relative;
	}
	
	#third {
		float:left;
		left:124px;
		position:relative;
	}
	
	#fourth {
		float:left;
		left:183px;
		position:relative;
	}
	
	#fifth {
		float:left;
		left:230px;
		position:relative;
	}
	
	#sixth {
		float:left;
		left:280px;
		position:relative;
	}


/*parte centrale : TESTO*/
.body_menu {
	margin:0 auto;
	top: 10px;
	position:relative;
	width:770px;
	height:auto;
}


/*parte centrale : IMMAGINI*/
.body_text {
	margin:0 auto;
	top:10px;
	position:relative;
	height:auto;
}

/*FOOTER*/
.footer {
	background: url(img/footer.jpg);
	margin:0 auto;
	top:17px;
	position:relative;
	width:770px;
	height:80px;
}
/*CLEAR*/
.clear{
	clear:both;
}

.style1 {font-size: 12px}
