body {
	background-color:#030;
	height:100%;
	width:100%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
}
img {
	border:1px solid #f90;
	padding:3px;
}
#content {
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:100%;
	background-image:url(../immagini/testata.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-left:1px dashed #000;
	border-right:1px dashed #000;
	background-color:#030;
}
#lingua {
	position:absolute;
	right:0px;
	width:150px;
	top:180px;
}
#lingua a{
	color:#FFFFFF;
}
#lingua p{
	text-align:center;
}
#lingua a:hover{
	border-bottom:3px solid #f90;
	}
#menu {
	position:absolute;
	left:50px;
	width:200px;
	top:230px;
	border-left:1px dashed #f90;
	border-right:1px dashed #f90;
}
#menu p{
	text-align:center;
	color:#f90;
	}
#menu a{
	color:#FFFFFF;
	}
#menu a:hover{
	border-bottom:3px solid #f90;
	}
#testo {
	position:relative;
	margin-left:300px;
	width:650px;
	top:230px;
}
#testo p{
	color:#FFFFFF;
	text-align:center;
}
	
