/* CSS Document */

html, body { 
			background: #F5EBBA;
			text-align: center; 
			margin:0; 
			padding:0; 
			}

#container {align: center; }

#index    { background: url("immagini/index.jpg") no-repeat center; /* border: 1px solid red; */
			text-align: left; 
			margin:auto; display: block;
			width: 980px; 
			height: 570px; 
			
			}

#italiano {
			width: 70px; height: 20px; /* border: 1px solid red; */
			margin-left: 743px; position: absolute;
			margin-top: 40px;
			}

#inglese {
			width: 50px; height: 20px; /* border: 1px solid red; */
			margin-left: 817px; position: absolute;
			margin-top: 40px;
			}




#index h1,address {display:none;}


			
a {text-decoration:none;}

span {
	display: none;
	}
	

