/*
#base {
	overflow:visible;
}
*/
#oro, #ferro, #rame, #argento{
	position: absolute;
	width: 133px;
	padding: 1%;
	text-align: justify;
	float: left;
	height: 73px;
}

#ferro {
	top: 1px;
	left: 392px;
	z-index:2;
}
#rame {
	left: 429px;
	top: 173px;
	z-index:1;
}
#argento {
	left: -3px;
	top: 242px;
	
}
#oro {
	left: 190px;
	top: 290px;
	z-index:2;
}

a.box {
	cursor: help;
	margin: 0px;
	padding: 0px;
	color: #000000;	
	position:relative;
	
}
a.box img {
	border: 0px;
}

a.box span {
	top: 2em;
	left: 0em;
	text-decoration: none;
	font-size: 91%;
}

a.box:hover span {
	visibility:visible;
}
#descr {
	position: absolute;
	width: 280px;
	top: 379px;
	right: 18em;
	height: 175px;
	font-size: 86%;
	left: 636px;
	border: 3;
	text-align: center;
}
#testo img {
	margin: 0px;
	border-top-color: #333333;
}
#container #body #testo .left {
	border: none;
}

