@charset "UTF-8";
body  {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	background-color: #000000;
}
#contenitore {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 600px;
	width: 900px;
	background-image: url(../immagini/struttura/Home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 68px;
	border: medium solid #FFFFFF;
}
#contenitore #logo {
	position: absolute;
	height: 400px;
	width: 350px;
	left: 35px;
	top: 180px;
	background-image: url(../immagini/struttura/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
	z-index: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
#contenitore #gocce {
	height: 300px;
	width: 200px;
	position: absolute;
	left: 680px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
a:link {
	text-decoration: none;
	color: #00832E;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #00832E;
	text-decoration: none;
}
