@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; text-align:center; background-color:#94c994;}

#body
{
	width:800px;
	margin:0px auto;
	background-color: #f9f9f9;
}

#header
{
	width:700px;
	height:700px;
	background-image: url(img/header.jpg);
	margin:0px auto;
}

#contenuto
{
	width:700px;
	margin:0px auto;
	text-align: justify;
	margin-top:10px;
	padding:5px;
	font-family: "Arial", cursive;
}
#contenuto h2
{
	text-align:left;
	margin:0px;
	color: #10a05b;
	font-family: "Arial", cursive;
}

#link a
{
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial", cursive;
	font-size: 12px;
}

#link a:hover
{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Arial", cursive;
	font-size: 12px;
}