#banner_principale{
      /*è collegato al banner presente in alto */  
      top:20px;
      left:100px;
	  position:absolute;
}

#barra_navigazione a{
            /* è collegato al menu laterale*/
					 position:relative;
					 top:90px;
					 left:760px;
                     background:#275c6d;
                     width:120px;
					 color:#ffa500;
}


#testata{
        /* collegato al titolo che serve per capire in che pagina ci si trova */
        position:relative;
         width:500px;
         height:30px;
         background-color:#5e67e0;
		 color:white;
         top:80px;
		 left:190px;
	   	padding:5px;
		font-weight: bold;
		text-align:center;
		padding:5px;
}

#foto{
        position:relative;
        width:700px;
        height:270px;
		color:white;
        top:-210px;
		text-align:center;
		font-weight: bold;
		font-family:Helvetica,Arial, sans-serif;
		padding:5px;
}

#foot{
          position:relative;
          top:-140px;
		  left:200px;
		  color:white;
		  font-size:20px;
		  background-color:#275c6d;
		  width: 390px;
		  height:20px;
         padding:5px;
		 text-align:center;
}  