/* CSS Agroverde */
/*******************************/

body {
	background-color: #fffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}


/****************IDs****************/
/**********************************/

#wrapper {
	position:relative;
	width: 851px;
	margin: 30px auto;

}
#header {
	background-image: url("sfondo.jpg");
	background-repeat: no-repeat;
	padding-top:10px;
	width: 820px;
	height: 610px;

}
.indirizzo {
	line-height: 12px;
	margin-top:0;
	color: #999999;
	font: 10px/10px Arial, Helvetica, sans-serif;
}

a {
	color: #999;
}

a:hover{
	text-decoration: none;
}