.titolo {
	background-color: #d3d3d3;
	height: 110px;
	width: 1230px;
	float: right;
	border: solid black;
	padding: 15px;
}

.tabella{
	border: solid red;
	position: absolute;
	left:400px;
	top:200px;
}
	
.fine{
	background-color: #00ced1;
	border: solid black;
	top: 600px;
	bottom: 200px;
	height: 110px;
	width: 1500px;
	position: absolute;
}

.spazio{
	background-color: #ffff00;
	height:700px;
    width:200px;
	position: absolute;
	float: left;
}

th{
	border: solid red;
}

img{
	border: solid red;
	height: 225px;
	width: 225px;
}

h2{
	text-align: center;
}

h4{
	text-align: center;
}

#novità{
	color: #ff00ff;
}

.back{
	position: absolute;
	top: 750px;
}
