.countdown {
	position: relative;
  text-align: center !important;
  width: 100%;
  background: url(http://dream-teen.kiev.ua/templates/teen_pages/images/dream-timer.png) no-repeat left top;
  height: 233px;
  overflow: hidden;
}
.countdown_title {
	display: block;
  color: orange;
  font-size: 115%;
  margin-top: 85px;
  line-height: 90%;
}

.countdown_title a {
  color: orange;
}

.countdown_displaydate {
	display: block;
  color: #2B7CBE;
}

.dream-timer {
  float: left;
  width: 136px;
  height: 45px;
  margin-left: 40px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}

.dream-timer-number {
  float: left;
  width: 27px;
  height: 45px;
  padding-left: 6px;
}
.dream-timer-top {
  height: 10px;
  font-size:10px;
	display: block;
  color: black;
}
.dream-timer-bot {
  height: 35px;
  font-size:21px;
  color: black;
}
.countdown_link {
	display: block; 
}