* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#master {
	width: 747px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#header {
	height: 58px;
	width: 747px;
	background-image: url(images/titolo.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
#content {
	width: 747px;
	overflow: auto;
}
#foto {
	height: 447px;
	width: 747px;
	background-image: url(images/foto.jpg);
	background-repeat: no-repeat;
	float: left;
}
#info {
	width: 180px;
	float: left;
	margin-left: 45px;
}
#map {
	float: right;
	height: 144px;
	width: 233px;
	background-image: url(images/mappa.jpg);
	background-repeat: no-repeat;
}
#map:hover    {
	background-image: url(images/mappa_over.jpg);
	background-repeat: no-repeat;
}

