/*

Copyright (C) 2008  Anton Katsarov <anton@katsarov.org>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 3
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

*/

#clock {
         display: block;
         background: transparent url(path4026.png) 0 0 no-repeat;
         width: 100px;
         height: 100px;
         position: relative;
         }
#hours {
         display: block;
         background: transparent url(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(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(g4691.gif) 0 -200px no-repeat;
           width: 100px;
           height: 100px;
           position: absolute;
           top: 0;
           left: 0;
           text-indent: -400px;
           }
