/* ---- COUNTDOWN ------------------------------------------- */
.ImageCenter {
	position: relative;
	width: 450px;
	height: 150px;
	top: 10px;
	background: url(../images/countdown.gif) no-repeat;
}

.clock {
	position: center;
//  	top: 40%;
	left: 0px;
	width: 100%;
	height: 20px;
  	padding: 0px;
	color: white;
//	color: #FFCC00;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
}

/* ---- COUNTDOWN ------------------------------------------- */

