body {
	background: no-repeat center center fixed;    
	background-image:url(images/agriturismo-portocesareo-sfondo.jpg);	
	-moz-background-size: cover;        
	-webkit-background-size: cover;    
	-o-background-size: cover;    
	background-size: cover;
	background-color:#EEF3FA;
	font-size: 12px;
	margin: 0 0 0 0;
	color:#630;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul li {
	position:relative;
	left:-20px;
	line-height: 16px;
}

.nota {
	padding: 5px 5px 5px 5px;
}
 
.tabellone {
	width: 500px; 
	height:440px; 
	margin: 10px 10px 10px 10px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

a:link {color: inherit;text-decoration:underline;}      /* unvisited link */
a:visited {text-decoration:underline;color: inherit;}  /* visited link */
a:hover {text-decoration:underline;color: inherit;}  /* mouse over link */
a:active {text-decoration:underline;color: inherit;}  
