.countdown {
	background-image: url(http://blog.vjeux.com/wp-content/uploads/2012/03/bannercata.jpg);
	width: 900px;
	height: 200px;

	color: white;
	text-shadow: black 1px 1px 10px;
	text-align: center;
	font-family: impact, Arial;

	position: relative;
}

.countdown .days {
	display: none;
}

.countdown > div {
	border: 3px solid transparent;
	border-bottom: none;
	height: 71px;
	position: absolute;
	top: 128px;
	width: 350px;
}

#countdown-eu {
	right: 36px;
}

#countdown-us {
	left: 22px;
}

.countdown > div > div {
	width: 90px;
	display: inline-block;
	*display: inline;
	zoom: 1;

	text-align: center;
}

.countdown strong {
	font-size: 47px;
	font-weight: normal;
}

.countdown span {
	font-size: 20px;
	display: block;
	font-weight: bold;
	display: none;
}

.countdown-mop {
  position: relative;
  width: 900px;
}
.countdown-mop img {
  width: 900px;
}
.countdown-mop .text {
  font-family: 'Brawler';
  font-size: 100px;
  color: #f0c371;
  -webkit-text-stroke: 2px #392810;

  display: block;
  text-align: center;
  background-image: url(http://static.mmo-champion.com/js/countdown/mop/textbox.png);
  width: 207px;
  height: 257px;

  position: absolute;
  top: 127px;
  line-height: 303px;
}

.countdown-mop .left {
	position: absolute;
	text-align: center;
	width: 60px;
	top: 0;
	left: 45px;
}

.countdown-mop .right {
	position: absolute;
	text-align: center;
	width: 60px;
	top: 0;
	right: 45px;
}

.countdown-mop .hours {
  left: 70px;
}

.countdown-mop .minutes {
  left: 343px;
}

.countdown-mop .seconds {
  right: 70px;
}