.header {
	position:absolute;
	margin: 0 50%;
	height: 135px;
	width: 361px;
	left: -180px;
	z-index: 2;
}
.header #ristorante {
	position: absolute;
	height: 30px;
	width: 134px;
	bottom: 43px;
	background-image: url("/immagini/ristorante.png");
}
.header #logo {
	position: absolute;
	height: 117px;
	width: 100px;
	left: 134px;
	top: 18px;
	background-image: url("/immagini/logo.png");
}
.header #bontempo {
	position: absolute;
	height: 48px;
	width: 127px;
	left: 234px;
	bottom: 22px;
	background-image: url("/immagini/bontempo.png");
}