/* Titolo BLU */
div.title h1 {
	font-size: 12px;
	height: 21px;
}

/* HOME PAGE */
div.flotta {
	background: url(../i/en/flotta.jpg) no-repeat 0 0;
	height: 111px;
	width: 296px;
	float: left;
}

div.viaggi {
	background: url(../i/en/viaggi.jpg) no-repeat 0 0;
	height: 111px;
	width: 298px;
	float: left;
}

div.flotta a.flotta { background: none; display: block; position: absolute; width: 296px; height: 111px; text-decoration: none; }
div.flotta a { text-decoration: none; color: #4C4C4C; }
div.viaggi a.viaggi { background: none; display: block; position: absolute; width: 298px; height: 111px; text-decoration: none; }
div.viaggi a { text-decoration: none; color: #4C4C4C; }
/* FINE HOME PAGE */