html,body{
	background-image:url(immagini/bg.jpg);
	background-color:#666662;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	overflow:hidden;
	}
#Header{
	position:fixed;
	top:0px;
	margin: 0;
	padding:0;
	clear:both;
	height:90px;
	width:100%;
	background-image:url(immagini/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#0082C9;
	border-bottom: 4px solid #006BA5;
	border-top: 4px solid #006BA5;
	}
.Certificazioni{
	padding:0;
	margin: 0;
	float:right;
	clear:right;
	}
#Footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:36px;
	clear:both;
	margin:0;
	padding:0;
	background-color:#0082C9;
	border-bottom: 4px solid #006BA5;
	border-top: 4px solid #006BA5;
	color:#FFFFFF;
	text-align:center;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	}
#Footer a{
	color: #FFFFFF;
	text-decoration: underline;
	}
#Footer a:hover{
	color: #00FFFF;
	}
#Wrapper{
	float:left;
	width:100%;
	}
#Contenuto{
	text-align:center;
	margin:120px 10px 100px 100px;
	}
#BarraSx{
	position:absolute;
	left:10px;
	top:100px;
	width:150px;
	margin:10px 0px 0px 5px;
	}
#BarraErav{
	background-image:url(immagini/LogoErav.gif);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	right:10px;
	top:100px;
	width:150px;
	margin:10px 5px 0px 0px;
	}
table#risultati{
	float:left;
	border:2px solid #000000;
	width:100%;
	}
div#contris{
	margin-left:70px;
	width:80%;
	height:450px;
	overflow:scroll;
	}
