#topclock1 {
	float: left;
	width:106px;
	text-align: center;
	margin-top: 20px;
}
#topclock2 {
	float: left;
	width:106px;
	text-align: center;
	margin-top: 20px;
	margin-left:18px;
}
.clocktitles {
	margin-top:10px;
	text-transform: uppercase;
}
#clock {
		 margin: 0;
        	padding: 0;
        	position: relative;
        	width: 106px;
        	height: 106px;
        	
        	background: url('../img/clockface01.png');
        	background-size:106px 106px;
			background-repeat:no-repeat;
        	list-style: none;
        	}
        
        #sec, #sec2, #sec3, #min, #min2, #min3, #hour, #hour2, #hour3 {
        	position: absolute;
        	width: 4px;
        	height: 106px;
        	top: 0px;
        	left: 52px;
        	}
        
        #sec, #sec2, #sec3 {
        	background: url('../img/second.png');
        	z-index: 3;
           	}
           
        #min, #min2, #min3 {
        	background: url('../img/minute.png');
        	z-index: 2;
           	}
           
        #hour, #hour2,#hour3 {
        	background: url('../img/hour.png');
        	z-index: 1;
           	}