@charset "UTF-8";
body {
	margin: 0px;
	background-color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: 300;
}

#content {
	height: auto;
	width: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	position: relative;
	text-align: center;
}
.counter {
	position: relative;
	height: 75px;
	width: 600px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	text-align: center;
	background-image: url(images/bg_counter.png);
	background-repeat: no-repeat;
	font-size: 50px;
	font-weight: 300;
	text-decoration: none;
	line-height: 50px;
	padding-top: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-position: center center;
	color: #FF6725;
}

a {
	color: #999;
	text-decoration: none;
	font-weight: 700;
	}
	
	a:visited {
	color: #999;
	text-decoration: none;
	font-weight: 700;
	}

.font_tittle {
	font-size: 36px;
	font-weight: 300;
	text-decoration: none;
	color: #FF6725;
	margin-bottom: 40px;
	position: relative;
}
.font_tittle_bigger {
	font-size: 50px;
	font-weight: 300;
	text-decoration: none;
	color: #FF6725;
	margin-bottom: 40px;
	position: relative;
}
.font_desc {
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #999;
	font-style: italic;
	position: relative;
}
.arrow {
	position: relative;
	height: 50px;
	width: 600px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	text-align: center;
	background-image: url(images/bg_arrow.png);
	background-repeat: no-repeat;
	font-size: 50px;
	font-weight: 300;
	text-decoration: none;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 20px;
	background-position: center center;
	color: #FF6725;
}
.divider_20 {
	position: relative;
	height: 10px;
	width: 100%;
}
.divider_50 {
	position: relative;
	height: 50px;
	width: 100%;
}
.divider_100 {
	position: relative;
	height: 100px;
	width: 100%;
}
