
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(ristorante-in-villa-treviso/sfondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}
.table {
width:100%;
height:100%;
}
.table1 {
border:10px double #610000; 
margin-top:50px;
}
.table2 {
border:10px double #610000; 
margin-top:50px;
margin-bottom:50px;

}
.testo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin:10px;
}
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width:100%;
			height:100%;
			min-height:100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 10%;
			left: 10%;
			width: 600px;
			height: 400px;
			padding: 16px;
			border: 10px solid #b31010;
			background-color: white;
			z-index:1002;
		}