.banner{
	position: absolute;
	width: 100%;
	height: 22%;
	background-color: #D3DEF3;
	top: 0%;
	margin-top: 0%;
	padding-top: 0%;
}

.categorie{
	position: absolute;
	width: 20%;
	height: 78%;
	top: 22%;
	background-color: #F9F685;	
}
.contenuti{
	position: absolute;
	width: 80%;
	height: 78%;
	top: 22%;
	background-color: #C1CAE1;
	left: 20%;
}