
        ul#clock {
        	position: absolute;
        	width: 130px;
        	height: 130px;
        	margin: 24px auto 0 33px;
        	list-style: none;
        	}

        #sec, #min, #hour {
        	position: absolute;
        	width: 7px;
        	height: 130px;
        	top: 0px;
        	left: 65px;
        	}

        #sec {
        	background: url(../images/sechand.png);
        	z-index: 3;
           	}

        #min {
        	background: url(../images/minhand.png);
        	z-index: 2;
           	}

        #hour {
        	background: url(../images/hourhand.png);
        	z-index: 1;
           	}

        p {
            text-align: center;
            padding: 10px 0 0 0;
            }

