html,body {
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width:100%;
	height:100%;
	background: #eeffff url('_.gif') repeat-y 50% 0;
	z-index: 1;
	position: absolute;
	background-image: url('images/logo-background.gif');
}

#avviso { font-family: Verdana, Arial, sans-serif; font-size: 28px; background-color: yellow; }

#pg {
	width: 100%;
}

/*
#header {
	width: 100%;
	height: 100px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	border-bottom: thin gray solid;
	z-index: 2;
	position: absolute;
}
*/
#header {
	border-bottom: thin gray solid;
	z-index: 2;
	height: 160px;
	padding-bottom: 5px;
}

#menu {
	float: left;
	width: 18em;
	z-index:1;
}


/*
#menu {
	float: left;
	width: 15em;
	z-index: 1;
	border-right: thin gray solid;
	/background: #eeffaa url('_.gif') repeat-y 50% 0;-/
	border-bottom: thin gray solid;
/-	
	position: absolute;
	height: auto;
	position:absolute;
	top: 100px;
-/
}*/

/*
#contenuto {
	position: absolute;
	margin-left: 10em;
	top: 100px;
	text-align: center;
	/-width: auto;-/
	z-index: 1;
	background-color: yellow;
	text-align: center;
}
*/
#contenuto {
	margin-left: 18em;
	border-left: thin gray solid;
}

#main {
	width: 100%;
	text-align: justify;
}

#maincentered {
	width: 100%;
	text-align: center;
}
/*#main {
	/-background-color:#eeffff;-/
	width: auto;
	height: auto;
	margin-left: 10em;
	text-align: justify;
	z-index: 1;
	position: absolute;
	top: 100px;
}*/


/*#maincentered {
	height: auto;
	width: auto;
	/-margin-left: 10em;-/
	text-align: center;
	z-index: 1;
	position: absolute;
	/-top: 100px;-/
	margin: 0 auto;
}*/

/*
background {
	width: 100%;
	height: 100%;
	position: relative;
	z-index:0;
}
*/
background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}

/*
#footer {
	background-color: #eeffff;
	position: relative;
	width: 100%;
	height: 50px;
	border-top: thin gray solid;
	z-index: 1;
}
*/

#footer {
	height: 50px;
	border-top: thin gray solid;
	z-index: 1;
	clear: both;
	font-size: 10px;
}

.pad {
	margin: 10px;
	/*margin-top: 0;
	margin-bottom: 0;*/
}

.title {
	font-size: 25px;
	color: blue;
	text-align: center;
	font-weight: bold;
}

td {
	font-size: 12px;
	min-width: 140px;
	padding: 5px;
}

A:link, A:visited, A:active {text-decoration: underline; color:blue;} /*in Opera 9.10 non venivano mostrati altrimenti*/
