#maintext {
	margin: 0 20%;
}
#rightimage {
/* Questo funziona */
	top: 125px;
	float: right;
}
#maintext {
	margin: 0;
	margin: 0 0 0 10%;
}

#maintext ul {
	list-style-type: none;
	list-style-image: none;
	background: transparent url(../images/bg-home.gif) no-repeat top left;
	margin-left: -60px;
	padding-left: 60px;
}
#maintext li {
/*	text-indent: 1em;*/
	display: block;
}
.pagetitle {
	background: transparent url(../images/bgh1_l.gif) repeat-y left;
}
.pagetitle a {
	background: transparent none;
}
.pagetitle a:hover {
	background-color: #fff;
}

#header {
	height: auto;
	margin-bottom: -100px;
}

#pagehead {
	background: #fff url(../images/header_corpo.gif) repeat-x left bottom;
/*	height: 68px;*/
	width: 100%;
	height: 95px;

	margin: 0 ;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}
#pagehead {
	background: #fff url(../images/header_corpo.gif) repeat-x -159px bottom;
	/* sposta bg verso sinistra così elimina la barra grigia del menu, larga 159px */
}
