/*CSS Motherfucker*/
#time {
	margin: auto auto;
	display: block;
	width: 500px;
	height: 50px;
	
	
}
#clock {
	width: 500px;
	height: 500px;
	
	border: 4px solid black;
	border-radius: 250px;
	position: relative;
	top: 10px;
	margin: auto 10px;
}
#clock #arm-10000k .handle {
	height: 62px;
	top: 0px;
	background: #000;
}
#clock #arm-1000k .handle {
	height: 62px;
	top: 62px;
	background: #111;
}
#clock #arm-100k .handle {
	height: 62px;
	top: 124px;
	background: #222;
}
#clock #arm-10k .handle {
	height: 62px;
	top: 186px;
	background: #333;
}
#clock .arm {
	height: 500px;
	position: absolute;
	top: 0px;
	left: 250px;
}
#clock .arm .handle {
	width: 4px;
	position: absolute;
	top: 0px;
	left: -2px;
}

.label {
	color: #aaa;
	text-align: center;
	position: absolute;
	display: block;
	width: 100%;
}
.l10000k {
	top: 10px;
}
.l1000k {
	top: 72px;
}
.l100k {
	top: 134px;
}
.l10k {
	top: 196px;
}