@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0 auto;
	text-align:center;
	font:Georgia, Times New Roman, Times, serif;
	font-size:100%;
	background:url(../img/background-pattern.jpg) repeat top left;
	height:100%;
	
}
div{
	margin:0 auto;
	width:100%;
}
#immagine{
	height:60%;
	max-height:547px;
	background:url(../img/copertina.jpg) top center no-repeat;
}
#corpo{
	height:20%;
	min-height:220px;
	background:#FFFFFF;
	text-align:center;
}
#corpo p   { 
	margin:0;
	padding-top:20px;
	padding-right:30%;
	text-align:right;
	font-size:130%;
	color:#990000;
}
#corpo img{
	margin:0;
	padding-right:1%;
	text-align:right;
}
#corpo a{
	color:#990000;
	text-decoration:none;
}
#footer{
	height:10%;
	max-height:300px;
	background:url(../img/pattern_interno.jpg top left repeat-x;)
}
.testo{
	font-size:150%;
}