 * {
        	margin: 0;
        	padding: 0;
        }
        
        #clock {
	position: relative;
	width: 160px;
	height: 160px;
	margin: 0px auto;
	background: url(../images/clockface2.png) no-repeat;
	list-style: none;
}
 .clock-title{
	 text-align:center;
	 margin:0px;
 }       
         #sec, #min, #hour {
        	position: absolute;
        	width: 10px;
        	height: 157px;
        	top: 3px;
        	left: 75px;
        	list-style-image: none;
        	}
        
        #sec {
        	background: url(../images/sechand2.png) no-repeat;
        	z-index: 3;
           	}
           
        #min {
        	background: url(../images/minhand2.png) no-repeat;
        	z-index: 2;
           	}
           
        #hour {
        	background: url(../images/hourhand2.png) no-repeat;
        	z-index: 1;
           	}
           	
        p {
            text-align: center; 
            padding: 10px 0 0 0;
            }