@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#fed691;
	background-image:url(../images/texture.jpg); background-repeat:repeat-x;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}
h1 { margin:0; padding:0; }
a { color:#039; }
a:hover { color:#F90; }

#home, #bgfoto, #footer { width:100%; height:100%; position:absolute; top:0; text-align:center; }
#home, #footer, #orari { z-index:2; }
#bgfoto { background-image:url(../images/foto.jpg); background-repeat:no-repeat; background-position:top center; z-index:1; }


#menu { margin:20px 0; }
#menu a { color:#FFF; text-decoration:none; margin:10px; }
#menu a:hover { color:#039; }

#submenu { margin:20px 0; font-size:0.85em; }
#submenu a { color:#FFF; text-decoration:none; margin:10px; }
#submenu a:hover { color:#039; }
#pan1, #pan2, #pan3 { background-color:#FFF; padding:20px; width:280px; height:130px;
	opacity:0; filter: alpha(opacity=0);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	visibility:hidden;
}
#pan2 { margin-top:-170px; }
#pan3 { margin-top:-170px; }

/*
#orari { background-color:#000; color:#000; 
	opacity:0.8; filter: alpha(opacity=80);
}

.finestra { width:450px; height:350px; padding:20px; margin-left:30%; margin-top:50px;
	background-color:#fff;
	color:#000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity:1;
}
*/

#footer { top:490px; height:20px; margin:0; padding:0; font-size:0.8em; }
#telefono { font-size:1.5em; margin-bottom:30px; letter-spacing:0.2em; }