#container {
z-index: -1;
position: absolute;
    left     : 50%;
    top      : 232px;
    margin-left : -384px; /* half of the width  */
}

.rotatingHands {
z-index: 2;
	position: absolute;
	width: 250px;
	height: 250px;
	top: 0px;
	left: 0px;
}

.clock {
z-index: 1;
	position: absolute;
	width: 250px;
	height: 250px;
	top: 0px;
	left: 0px;
}


#hours, #minutes, #seconds {
	position: absolute;
	display: block;
}