@charset "utf-8";
/* CSS Document */
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#666;
	}
html,body{
	height:100%;
	width:100%;
	font-size:13px;
	margin:0px;
	overflow:hidden;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
body {	
	background-color:#FFF;
	background-image:url(../img/terra_crepata_mod.jpg);
	background-position:fixed;
	background-repeat:no-repeat;
}
#centratore{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-75px;
	margin-left:-183px;
	height: 150px;
	width: 366px;
	padding:5px;
	/*border: 1px red solid;	*/
  	background-color:rgba(255,255,255,0.7);
}
#logo{
	float:left;
	position:relative;
	width:136px;
	height:80px;
	top:50%;
	margin-top:-40px;
	margin-left:36px;
}
#indirizzo{
	position:relative;
	width:136px;
	height:100px;
	line-height:20px;
	top:50%;
	margin-left:176px;
	margin-top:-50px;
	border-left:thin #000 solid;
	/*background-color:#06C;*/
	padding-left:5px;	
}

