#testo
{
	margin-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#immagini
{
	position: absolute;
	top: 20px;
	left: 20px;
	margin-left: 20px;
	float: left;
	width: 190px;
	text-align: center;
	font-size: 13px;
}

a.home, a.pdf, a.indice
{
	position: absolute;
	right: 24px;
	top: 14px;
	height: 25px;
	width: 70px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-decoration: none;
	float:right;
	margin-left: 5px;
}

a.pdf
{
	right: 91px;
}

a.indice
{
	right: 110px;
}

a.home:hover, a.pdf:hover, a.indice:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	text-decoration: none;
}
