/* GENERAL ------------------------------------------------------------*/


.clearfix{ clear:both; }


.wrapper,
#main{
	margin: 0 auto; 
	position: relative;
}

body{
	background: #0e0e0e;
}

body p{
	margin-bottom: 21px;
}

body a{
	text-decoration: none;
	color: #444;
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

body a:hover{
	color: #fe8300;
}

.headline{
	font-family: Allan, helvetica, arial, sans-serif;
	font-size: 36px;
	font-weight:600;
	line-height: 1.5em;
	text-align: center;
	padding: 10px 0px;
	color: #dd0202;
}

.headline2{
	font-family: Allan, helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight:400;
	line-height: 1.5em;
	text-align: center;
	color: #E4E4E4;
}


