		html, body{
		margin: 0;
		padding: 0;
		background-color: #000000;
		}
		#contenitore{
		position: absolute;
		overflow: hidden;
		z-index: 1;
		top: 50%;
		left: 50%;
		margin-top:-285px;
		margin-left:-390px;
		width: 780px;
		height: 536px;
		}
		#logo{
		position: relative;
		z-index: 2;
		top: 0px;
		left: 0px;
		width: 780px;
		height: 109px;
		}
		#contenuti{
		position: relative;
		z-index: 2;
		width: 780px;
		height: 360px;
		}
		#cornice{
		position: absolute;
		z-index: 3;
		width: 780px;
		height: 360px;
		}
		#menu{
		position: relative;
		z-index: 2;
		width: 780px;
		height: 69px;
		}
		#testo{
		text-align: justify;
		vertical-align: top;
		font-family: Times New Roman, arial;
		color: #5a5959;
		font-size: 12pt;
		}
		a{
		text-decoration: none;
		font-family: arial, Times New Roman;
		font-size: 7pt;
		color: #656565;
		}
		#copyright{
		position: absolute;
		z-index: 2;
		height: 10px;
		bottom: 5px;
		right: 50px;
		font-family: arial, Times New Roman;
		font-size: 7pt;
		color: #656565;
		}