@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	height:100%;
}
html {height:100%}
#logo-singolo {
	overflow: visible;
	z-index: 3;
	visibility: visible;
	position: absolute;
	width: 950px;
	height: 50px;
	top: 10px;
	text-align: right;
}
#mascot-bar {
	overflow: hidden;
	z-index: 2;
	visibility: hidden;
	position: absolute;
	width: 950px;
	height: 318px;
	top: 0px;
}
#top-content {
	overflow: visible;
	z-index: 1;
	visibility: visible;
	position: absolute;
	background-image: url(../immagini/baseimmaginecentrale.png);
	width: 950;
	height: 270px;
	top: 0px;
}
#top-content-riempitivo {
	overflow: visible;
	z-index: 5;
	visibility: visible;
	position: absolute;
	width: 950;
	height: 270px;
	top: 0px;
}
#menu {
	overflow: visible;
	z-index: 4;
	visibility: visible;
	width: 950;
	height: 32px;
	top: 270px;
	position:absolute;
}
#azienda {
	overflow: visible;
	z-index: 5;
	visibility: visible;
	width: 950;
	height: 32px;
	position:absolute;
	text-align:center;
}
#loghi {
	overflow: visible;
	z-index: 6;
	visibility: visible;
	width: 950;
	height: 32px;
	top: 0;
	position:absolute;
}
#contatore {
	overflow: visible;
	z-index: 7;
	visibility: hidden;
	position:absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	text-align: center;
}
#piede {
	overflow: visible;
	z-index: 7;
	visibility: visible;
	position: relative;
	width: 950;
	height:48px;
	background-image: url(../immagini/piede.png);
	font-size:1px;
	text-align:center;
	top:10px;
}

#orario {
	overflow: visible;
	z-index: 1;
	visibility: visible;
	position: relative;
	width: 450px;
	height: 177px;
	background-image: url(../immagini/piede.png);
	font-size:1px;
	text-align:center;
	top:10px;
}
