@charset "utf-8";
.box-medio {
	background-color: #B5B5B5;
	height: auto;
}
#testo {
	font-family: "Kristen ITC";
	font-size: 250%;
	color: #4c5cf0;
	float: right;
	padding-right: 30px;
	margin-top: -25px;
}

.box-alto {
	background-image: url(../immagini/alto.gif);
	background-repeat: no-repeat;
	width: 772px;
	background-position: left top;
	padding-top: 26px;
}
.box-basso {
	background-image: url(../immagini/basso.gif);
	width: 772px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 26px;
	margin-top: 0px;
}

#footer {
	position: absolute;
	height: 44px;
	width: 772px;
	left: 0px;
	background-image: url(../immagini/footer.jpg);
	text-align: center;
	margin-top: 10px;
}
#copyright {
	vertical-align: middle;
	color: #6a6868;
	position: absolute;
	top: 15px;
	left: 215px;
}
