body {
	font-family: Georgia, "Times New Roman", Times, serif, AcmeFont, Tahoma;
	font-size: 12px;
	color: #CCC;
	background-color: #262626;
	margin: 0px;
	padding: 0px;
}
#gabbia {
	background-color: #262626;
	margin: 0px;
	padding: 0px;
}
#contenitore {
	background-image: url(../home-copia.jpg);
	height: 475px;
	width: 874px;
	padding: 0px;
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#text {
	font-family: Georgia, "Times New Roman", Times, serif, AcmeFont, Tahoma;
	font-size: 16px;
	color: #CCC;
	background-color: #262626;
	text-align: center;
	width: 874px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20%;
	padding: 0px;
	margin-right: 0px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CC6602;
}
a:active {
	color: #CCC;
}

