body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin-top: 30px;
	position:relative;
}
#header .titolo {
	text-align: left;
}
#header .titolo p {
	margin: 5px 0;
	font-weight: bold;
	font-family: Times;
	color: #72B559;
	font-size: 37px;
}
#header .info {
	text-align: right;
	font-size: 12px;
	position: absolute;
	bottom:0;
	right:0;
}
#header .info p{
	margin: 4px 0;
}

#contenuto {
	padding-top: 20px;
	width: 100%;
	text-align:center;
}
#contenuto img {
	margin-bottom: 10px;
}
#contenuto p{
	text-align: justify;
	font-size: 13px;
}
#footer {
	width: 100%;
	text-align: center;
}
#footer p{
	text-transform: uppercase;
	font-size: 28px;
	text-decoration: underline;
}