.watchBody{
   background-color: #000000;
   text-align: center;
   line-height: 700px;
}

.watchBoxTondo{
   display: inline-block;
   width: 280px;
   height: 280px;
   line-height: 280px;
   text-align: center;
   margin: 0 10px 0 0;

   background-color: #404040;
   color: #FFFFFF;
   font-size: 170pt;
   font-family: "Arial";
   font-weight: bold;

   border-radius:10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   -khtml-border-radius:10px;
}

.watchBoxLine{
   display: inline-block;
   position:relative;
   top: -427px;
   width: 880px;
   height: 4px;
   background-color: #000000;
}
