
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #3d281a;	
	background-color: #fff;
	background-image: url(sfondo1.png);
	background-repeat: repeat-x;
}

#firma{
	text-align: center;
	border: 0px;
}

#contenuto{
	//background-image: url(texture2.png);
	//background-color: #fff;
	font-size: 30px;
	max-width: 700px;
	margin: 40px auto 40px;
	padding: 20px;
	text-align: justify;
	border: 1px solid #a57e64;
	border-radius: 20px;
	line-height: 40px;
	/*background-image: url("rotolos.png");
	background-position: bottom;
	background-repeat: no-repeat;*/
}



a:link, a:visited{
	text-decoration: none;
	color: #8c2b18;
	font-size: 40px;
}
a:hover{
	color: #bf3a00;
}