
        
        #clock {
        	position: relative;
        	width: 65px;
        	height: 65px;
        	margin: 30px 220px auto auto;
        	background: url(../images/clockface2.jpg);
        	list-style: none;
        	}
        
        #sec, #min, #hour {
        	position: absolute;
        	width: 3px;
        	height: 65px;
        	top: 0px;
        	right: 30px;
        	}
        
        #sec {
        	background: url(../images/sechand2.png);
        	z-index: 3;
           	}
           
        #min {
        	background: url(../images/minhand2.png);
        	z-index: 2;
           	}
           
        #hour {
        	background: url(../images/hourhand2.png);
        	z-index: 1;
           	}
           	
