body,html {
	height: 100%;
	background-color: ffffff;
}

/*** Struttura del contenitore globale ***/
#globale {
	position:absolute;
	top:50%;
	left:50%;
	width: 902px;
	height: 600px;
	margin-left:-450px;
	margin-top: -280px;
	border: 1px #666 solid;
	font: 10px "Futura Book", verdana;	
	background-color: #000000;
}

hr {
	display: none;
}


/***Menu *************/
#dropmenudiv{
position:absolute;
border-bottom-width: 0;
line-height:18px;
z-index:100;
font: 10px "Futura Book", verdana;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#b9babc;
margin-left:5px;
margin-right:5px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: ffffff;
color:#000000;
margin-left:5px;
margin-right:5px;
}

/*** header ***/
#header {
	height: 158px;
	position: absolute;
	z-index: 1000;
	
}

#content {
	position: relative;
	top: 158px;
	width: 100%;
	height: 490px;
}

#audio{
	position: absolute;
	margin-left:450px;
	margin-top:5px;
}

#lingua{
	position: absolute;
	margin-left:790px;
	margin-top:5px;
}

#lingua select{
	font: 10px "Futura Book", verdana;
	width: 70px;
	height: 18px;
}

/*** accesso ***/
#accesso{
	position: absolute;
	width: 690px;
	height: 19px;
	margin-top:30px;
	margin-left:200px;
	padding-right: 10px;
	color: #b9babc;
	background-image: none;
	background: #000000;
}

#accesso p {
	float: left;
	margin-top: 3px;
	padding-right: 10px;
	width: 720px;
	text-align: right;
	color: #b9babc;
}

#accesso p a {
	color			: #b9babc;
	text-decoration : none;
}
	
#accesso p a#mail{
	text-decoration : underline;
}	

.menu_link{
	color: #000000;
}

/*** footer ***/
#footer{
	position: absolute;
	bottom: 0px;
	width: 900px;
	height: 19px;
}

#footer p {
	float			: left;
	margin-top		: 3px;
	padding-right	: 10px;
	width			: 720px;
	text-align		: right;
	color			: #b1b1b1;
}

#footer {
	background-image	: none;
	background			: #000;
	color			: #b9babc;
}


#footer p a {
	color			: #b9babc;
	text-decoration : none;
}

#footer p a.hover,
#footer p a.selected {
	color			: #FFFFFF;
}

#linksitemap {
	padding			: 0 20px 1px 0;
	
}

#mainContent{
	float			: left;
	display			: block;
	width			: 800px;
	height			: 400px;
	font-size		: 11px;			
	color			: #FFFFFF;
	padding-top		: 0px;
	padding-left	: 51px;
	margin-bottom	:2px;
	vertical-align	:center;
	
}		


body {
	background: url(../images/sfondo-body.jpg) #2a2a2a repeat-x;
}