/* 代码整理：时代Java NowJava.com */
* {	margin:0;padding:0;}
body {background:#f9f9f9;}
#clock {position: relative;width: 600px;height: 600px;list-style: none;	margin: 20px auto;background: url('http://demo.NowJava.com/2014/time1017/images/clock.png') no-repeat center;}
#seconds, #minutes, #hours {position: absolute;width: 30px;height: 580px;left: 270px;}
#date {position: absolute;top: 365px;color: #333;right: 140px;font-weight: bold;letter-spacing: 3px;font-family: "Microsoft Yahei";	font-size: 30px;line-height: 36px;}
#hours {background: url('http://demo.NowJava.com/2014/time1017/images/hands.png') no-repeat left;z-index: 1000;}
#minutes {background: url('http://demo.NowJava.com/2014/time1017/images/hands.png') no-repeat center;width:25px;z-index: 2000;}
#seconds {background: url('http://demo.NowJava.com/2014/time1017/images/hands.png') no-repeat right;z-index: 3000;}