body {
	font-family:Helvetica, Arial,sans-serif;
	font-size:14px;
	line-height:18px;
	background: #fff url(../img/bg_aqua.png) repeat-x top left;
	color:#898989;
	}
	.countdown_section {
	display: block;
	float: left;
	padding-top:55px;
	text-align: center;
	background:url(../img/circle_2.png) no-repeat center top;
	height:137px;
	margin-bottom:30px;
	
}
.countdown_amount {
	font-size:75px;
	color:#414042;
	 font-family: 'DINBlackRegular';
}
.count_titles {
	margin-top:80px;
	display:block;
	font-size:18px;
	color:#19bfc7;
	text-transform:uppercase;
	font-family: 'DINMediumRegular';
}
/* TIPOGRAPHY ================================================================================= */
h1 {
	width:88%;
	font-size:30px;
	line-height:38px;
	text-transform:uppercase;
	color:#c9ffc7;
	margin-bottom:7px;
	text-shadow: 1px 1px 2px #086268;
	font-family: 'DINBlackRegular';
	margin-left:40px;
}
h2 {
	font-size:18px;
	color:#fff;
	text-shadow: 1px 1px 2px #086268;
	font-family: 'DINMediumRegular';
	margin-bottom:10px;
	margin-top:15px;
}
.send_bt {
	background:url(../img/button_2.png) no-repeat top left;
	width:83px;
	height:37px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	position:absolute; 
	top: 4px;
	left:468px;
	border:none;
}

a:link, a:visited {
	text-decoration:none;
	color:#0c8b94;
}
a:hover {
	text-decoration: underline;
}