body {
	background-image: url(../immagini/sfondo-home.gif);
	background-repeat: repeat-x;
	background-position: 0px -214px;
}
#header {
	position: absolute;
	top: 0;
	width: 920px;
	height: 180px;
	overflow: hidden;
	z-index: 20;
	background-color: #FFFFFF;
}
#header #foto {
	top: 0;
	left: 0px;
	position: absolute;
	width: 920px;
	height: 0px;
	display: none;
}
#header #lato {
	background-image: url(../immagini/sfondo-lato.gif);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 10px;
	height: 180px;
}
#header #banda {
	background-image: url(../immagini/sfondo-barra.gif);
	background-repeat: repeat-x;
	top: 0px;
	left: 10px;
	position: absolute;
	width: 910px;
	height: 180px;
}
#header #menu {
	top: 10px;
	left: 20px;
	position: absolute;
	width: 163px;
	height: 152px;
	z-index: 100;
}
#header #home {
	position: absolute;
	height: 34px;
	width: 70px;
	left: 828px;
	bottom: 21px;
	z-index: 100;
}
#header #tagline {
	left: 264px;
	top: 90px;
	z-index: 100;
	position: absolute;
}
#contentpage {
	width: 920px;
	padding-top: 190px;
	padding-bottom: 27px;/* needed to make room for footer */
	font-size: 0.8251em;
	position: relative;
}

