/* countdown styles */
.hasCountdown {
width:460px;
}
.countdown_holding div {
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 33%;
}
.countdown_show4 div {
	width: 25%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	color:#901E3E;
	float: left;
	font-size: 12px;
	font-style:italic;
}
.countdown_amount {
	color:#e77f9c;
	font-family:Georgia, serif;
	font-size: 80px;
	letter-spacing: -.02em;
	line-height:170px;
	
}
.countdown_descr {
	width: 100%;
}

/*CSS for year five*/


#five {
	background-color: #4F0016;
}

#five #container {
	margin-left:auto;
	margin-right: auto;
	position:relative;
}
#five h1 {
	background: transparent url(/css/images/gmm_5.png) no-repeat;
	height:200px;
	}

#time {
	position:relative;
	top:15px;
	z-index: 100;
	left:-10px;
}

p {
	color:#1bb9e1;
	float:right;
	font-size: 12px;
	margin: 84px 70px 0 0;
	
}
h2.ie {
	color:#901E3E;
	font-size: 14px;
	margin-top:10px;
}
h2.ie a {
	color:#1bb9e1;
	font-weight:bold;
	font-family:arial, sans-serif;
	text-decoration:underline;
}
h2.ie a:hover {
	text-decoration:none;
}


