.body {
	background-color: transparent;
	text-color: #FFFFFF; 
	text-align: left; 
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
}


	A:link, A:visited { text-decoration: none; color: #000000 }
	A:hover { color: #FFFFFF; background-color: #FF6A04 }
	
	
   #container {
  position: relative;
   }

   #container div {
      border: 0px solid black;
   }

.cella1 {
      position: absolute;
      background-color: #c0c0c0;
      width: 100px;
      height: 30px;
      left: 0px;
   }
   
.cella2 {
      position: absolute;
      width: 100px;
      height: 30px;
      left: 102px;
   }
   
.cella3 {
      position: absolute;
      width: 100px;
      height: 30px;
      left: 204px;
   }
