.top .clock .bullet {
	position: absolute;
	width: 224px;
	height: 224px;
	background: transparent url("../images/clock-bullet.png") no-repeat 50% 50%;
}
#clock{
	position:relative;
	width: 224px;
	height: 224px;
	top:25px;
	margin-left: 776px;
	z-index: 999;
}

#clock #bg {
	position: absolute;
}
#clock #hourHand, #minuteHand, #secondHand {
	position:absolute;
}