BODY {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}
#total {
	margin: auto;
	border: 0px;
	border-style: none;
	width: 700px;
}
#header {
	margin-top: 0px;
	margin-left: 0px;
	height: 70px;
	line-height: 70px;
	width: 700px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(/images/marcolupi.png);
}
#logo {
	border: 5px;
	border-style: double;
	width: 90px;
	line-height: 90px;
	height: 90px;
	margin-top: -60px;
	margin-left: 10px;
	position: relative;
	z-index: 10;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(/images/MLlogo.png);
}
#titolo {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
#page {
	background-color: #FFFFFF;
	margin-top: -40px;
	margin-left: 0px;
	position: relative;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footer {
	background-color: #FFf5e0;
	height: 15px;
	width: 700px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: dashed;
	position: relative;
	line-height: 15px;
	font-size: 8px;
}
#footer #testo {
	position: absolute;
	text-align: center;
	left: 0px;
	width: 700px;
	font-size: 10px;
}
#footer #php-powered {
	position: absolute;
	width:80px;
	height: 15px;
	top: 0px;
	border: 0px;
	background-image: url('/images/php-powered.png');
	cursor: pointer;
}
#footer #grusp {
	position: relative;
	width:80px;
	height: 15px;
	top: 0px;
	border: 0px;
	background-image: url('http://www.grusp.it/logos/fondatore_cyan_grigio.png');
	cursor: pointer;
}
#primo-par {
	margin-top: 40px;
}