html, body {
	color: black;
	margin: 0;
	padding: 0;
	width: 100%;
	font: 16px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #404040;
	word-spacing: 1px;
}

a {
	color: black;
	text-decoration: none;
}

a.grigio, a.grigio:hover {
	text-decoration: none;
	color: #c1c1c1;
}

a:hover {
	text-decoration: underline;
}

a.selected {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

table {
	position: relative;
	z-index: 1;
}

#lang {
	display: inline;
}

.notebio {
	margin: 0;
	padding: 5px 0 0;
	display: inline-block;
}

.notebio a {
	text-decoration: underline;
}

.notebio a:hover {
	text-decoration: none;
}

#visu {
	height: 600px;
	margin: -300px 0 0 -400px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	z-index: 0;
}

#mid {
	position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 100%;
}

#foto {
	width: 800px;
	height: 600px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#fotoexplorer {
	margin: 0;
	padding: 0;
	display: table-cell;
	position: relative;
	top: -50%;
	text-align: center;
}

.oriz {
	width: 800px;
}

.vert {
	height: 600px;
}

#terz {
	margin: 0;
	padding: 0;
	width: 33%;
}

.titolo {
	border-bottom: 2px solid black;
	display: inline-block;
	margin: 0;
	padding: 0 0 3px;
}

#controls {
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: center;
	color: #c1c1c1;
}

a.arrsx {
	float: left;
	font-size: 17px;
	line-height: 17px;
}

a.arrdx {
	float: right;
	font-size: 17px;
	line-height: 17px;
}

a.arrset {
	font-size: 10px;
	text-decoration: none;
}

#imgtrasp {
	opacity: 0.2;
}

#explorertrasp {
	margin: 0;
	padding: 0;
	height: 600px;
	position: absolute;
	z-index: 2;
	width: 800px;
	background: url(trasp.gif) repeat 0 0;
}



