@charset "utf-8";
.blank {
	display: table;
	float: none;
	clear: both;
}
.blocco-txt {
	display: table;
	clear: both;
	float: none;
	width: 780px;
	margin-top: 30px;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	background-color: #fdf5bb;
	margin: 0px;
}
.main {
	float: none;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	background-color: #fdf5bb;
}
