#clock {
         display: block;
         background: transparent url(../images/path4026.png) 0 0 no-repeat;
         width: 100px;
         height: 100px;
         position: relative;
         }
#hours {
         display: block;
         background: transparent url(../images/g4691.gif) 0 0 no-repeat;
         width: 100px;
         height: 100px;
         position: absolute;
         top: 0;
         left: 0;
         text-indent: -400px;
         }
#minutes {
           display: block;
           background: transparent url(../images/g4691.gif) 0 -100px no-repeat;
           width: 100px;
           height: 100px;
           position: absolute;
           top: 0;
           left: 0;
           text-indent: -400px;
           }

#seconds {
           display: block;
           background: transparent url(../images/g4691.gif) 0 -200px no-repeat;
           width: 100px;
           height: 100px;
           position: absolute;
           top: 0;
           left: 0;
           text-indent: -400px;
           }
