@charset "UTF-8";
#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #007434;
	border-bottom-color: #007434;
	border-left-color: #007434;
	background-image: url(images/degrade.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer a:link {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
}
#casitalia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #007434;
	text-decoration: none;
}
#footer a:visited {
	color: #333;
	text-decoration: underline;
}
#footer a:visited:hover {
	color: #FFF;
}

