body { 
	   background-attachment: fixed;
	   background-position: center;
	   background-repeat: no-repeat;
	   background-color: #C0C0C0;
       overflow: auto;
	   margin-top: 0px;
	   margin-bottom: 0px;
	   margin-left: 0px;
	   margin-right: 0px;
	   font-family: Arial;
	   color: #000080;
	   font-size: 12px;
	   font-weight: bold;
	   }
p { 
    margin: 0px;
	font-size: 10px;
	}
#contenitore{ width: 445px;
			  height: 428px;
			  text-align: center;
			  background-image: url(images/sfondo_centrale.jpg);
			  }
#contenuto { width: 440px;
			 height: 65px;
			 text-align: center;
			 }
#pagine { margin-bottom: 0px;
		  margin-left: 0px;
		  margin-right: 0px;
		  margin-top: 25px;
		}
#immagine {
			float: left;
			width: 115px;
			height: 61px;
		 	display: block;
			margin-left: 10px;
		 }
#testo { 
		 width: 300px;
		 height: 61px;
		 display: block;
		 font-size: 13px;
		 text-align: center;
		 }

