#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;
}
#scatola1{
           position:relative;
		   top:-255px;
		   left:110px;
		   width:600px;
		   height:620px;
		   background-color:white;
}

















#foot{
          position:relative;
          top:-190px;
		  left:230px;
		  color:white;
		  font-size:20px;
		  background-color:#275c6d;
		  width: 390px;
		  height:20px;
         padding:5px;
		 text-align:center;
}  