body {
	background-image:url('sfondo.png');
	color:white;
}
.titolo {
	background:green; color:yellow; font-size:1.2em;
}
.sezione {
	background:rgb(40,60,60); color:rgb(60,200,240);
}

td {
  background:rgb(180,190,200);
  color:rgb(20,0,0);
  padding: 1px 1px;
}

.centro {
	text-align:center;
}

th {
  background:rgb(90,120,90);
  color:rgb(250,250,250);
  padding: 1px 1px;
}

.sopra{
	position:fixed;
	overflow-y:auto;
	top:0px;
	width:100%;
	height:50%;
	}

.logo{
	position:fixed;
	top:3%;	left:26%;
	width:50%;
    }

.minlogo{
	position:fixed;
	 top:1%;right:10%;
	}

.basso{
	width:100%;
	height:46%;
	top:48%;
	position:absolute;
	overflow-y:auto;
	}

.menu{
	position: fixed;
	width:16%;
	top:3%;
	left:1%;
	border: 2px solid rgb(100,160,200);
	z-index:1000;
	 text-align:center;
    }
