body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/sfondo_pagina.gif) repeat-x top; /* <------------------------------------------------------------------ */
	background-color: #d8bfd8;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}


.foto_sotto {
	background: url(images/foto_sotto.jpg) no-repeat top; /* <------------------------------------------------------------------ */
}



/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	/*background: url(images/dock-bg2.gif);*/
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	/*bottom: 0px;*/
	top: 510px; /* <------------------------------------------------------------------ */
	position: absolute;
	left: 0px;
	
}
.dock-container2 {
	position: absolute;
	height: 50px;
	/*background: url(images/dock-bg.gif);*/
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #633c51;  /* <-----97BE0D------------------------------------------------------------- colore testo */
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}



#dock3 {
	width: 100%;
	/*bottom: 0px;*/
	top: 560px; /* <------------------------------------------------------------------ */
	position: absolute;
	left: 0px;
}
#dock3 .dock-container3 {
	margin: 0 auto;
	text-align: center;
	padding-left: 20px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #633c51;  /* <-----97BE0D------------------------------------------------------------- colore testo */
	text-decoration: none;
}
#dock3 .dock-container3 .testo {
	display: block; 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #633c51;  /* <-----97BE0D------------------------------------------------------------- colore testo */
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}