.pagina {
	background-attachment: fixed;
	background-color: #EFA362;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.prenotazioni {
	background-color: #000000;
/*
background-image: url('bg_prenotazioni.jpg');
background-repeat: repeat;
width: 100%;
height: 100%;
position: top;
top: 0;
left: 0;
z-index: 1;
*/
	/*
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(bg_prenotazioni.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	*/
}
.testo {
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.testo2 {
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
a {
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#sfondo{
position:absolute; 
top:0; 
left:0;
right:0;
bottom:0;
z-index:2; 
width:100%;
margin:0px;
}
#contenuto{
position:absolute;
top:0;
left:0;
z-index:10;
}