@charset "UTF-8";
.screen {
	background-color: #FFF;
	background-image: url(../images/fondale.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
#base_grigia {
	background-image: url(../images/fondo_grigio.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 778px;
	width: 100%;
	position: absolute;
	margin: 0px;
	text-align: center;
}
.tablet {
	height: 850px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.titolo {
	background-position: center top;
	float: left;
	height: 100px;
	width: 960px;
}
.spazio_slider {
	text-align: center;
	vertical-align: top;
	float: left;
	height: 519px;
	width: 960px;
}
.spazio_bianco {
	text-align: center;
	vertical-align: top;
	float: left;
	height: 519px;
	width: 960px;
	background-image: url(../images/whitepage.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.spazio_grey {
	text-align: center;
	vertical-align: top;
	float: left;
	height: 519px;
	width: 960px;
	background-image: url(../images/greypage.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.box_txt {
	text-align: center;
	float: left;
	height: 47px;
	width: 960px;
	margin: 0px;
}
.box_indirizzo {
	text-align: center;
	float: left;
	height: 47px;
	width: 960px;
	margin: 0px;
	vertical-align: top;
}
.box_esperienza {
	float: left;
	height: 94px;
	width: 960px;
	margin: 0px;
}
.credits {
	text-align: center;
	vertical-align: top;
	float: left;
	height: 65px;
	width: 960px;
}
.contenuto {
	height: 419px;
	width: 860px;
	margin: 50px;
	text-align: left;
}
.contenuto_txt {
	float: left;
	height: 419px;
	width: 430px;
	text-align: justify;
}
.contenuto_img {
	float: left;
	height: 419px;
	width: 430px;
	text-align: center;
	vertical-align: top;
	background-position: top;
}
