#block-clocklogo-clocklogo {
    float: left;
    margin: -46px 0 0 10px;
}

.clockWrap {
    float: left;
    width: 76px;
}

#clockHolder {	
	left: 0px;
	position: relative;
	width: 72px;
	margin-left: 2px;
	outline: none;
	float: left;
}
#sec {
	display: block;
	position: absolute;
}
#min {
	display: block;
	position: absolute;
}
#hour {
	display: block;
	position: absolute;
}
.rotatingWrapper {
	position: absolute;
	width: 72px;
	height: 72px;
	top: 0px;
	left: 0px;
}
#nowDate {
	font-family: Verdana, "DejaVu Sans", sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	width: 100%;
	height: 34px;
	text-align: center;
        width: 80px;
        float: left;
        margin-top: 4px;
}