* {
	margin: 0;
	padding: 0;
}

#clock {
	position: relative;
	left: 50px;
	width: 600px;
	height: 600px;
	
	background: url(/gfx/clock/clockface.jpg);
	list-style: none;
	}

#sec, #min, #hour {
	position: absolute;
	width: 30px;
	height: 600px;
	top: 0px;
	left: 285px;
	}

#min {
	background: url(/gfx/clock//minhand.png);
	z-index: 2;
   	}
   
#hour {
	background: url(/gfx/clock//hourhand.png);
	z-index: 1;
   	}
   	
p {
	text-align: center; 
	padding: 10px 0 0 0;
}

.centered {
	width: 700px;
}

.centered.analog {
	height: inherit;
}

.centered .digit-text {
	width: 700px;
}