@font-face {
	font-family: BebasNeue;
	src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../font/BebasNeue-webfont.woff') format('woff'), 
		url('../font/BebasNeue-webfont.ttf')  format('truetype')
    }

@font-face { 
 font-family: OpenSans-Regular; 
 src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../font/OpenSans-Regular-webfont.woff') format('woff'), 
		url('../font/OpenSans-Regular-webfont.ttf')  format('truetype')
} 

@font-face { 
 font-family: OpenSans-Bold; 
 src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../font/OpenSans-Bold-webfont.woff') format('woff'), 
		url('../font/OpenSans-Bold-webfont.ttf')  format('truetype')
} 


html, body{
	height:90%;
	width: 99%;
	position: absolute;
	background-color:#282828;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

div#wrapperHeader {
	height:637px;
		width: 1280px;
		text-align: center;
		left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;

	background:url("../img/banner.jpg") no-repeat top center;
}

div#navigation {
	height:35px;
	font-size:15px;
	font-family:Arial, OpenSans-Regular;
	color:white;
	text-align: center;
	margin-top:-50px;
	margin-left:500px;
}

div#navigation ul {
	height:auto;
	margin:0px;
}

div#navigation ul li{
	display:inline;
	padding: 30px;
}

div#navigation a:link {
	 color: white;
    font-family: Arial, OpenSans-Regular;
    text-decoration: none;
}

div#navigation a:visited {
	color: white;
    text-decoration: none;
}

div#navigation a:hover{
	color:#A7AAAD;
}

div#wrapperHeader div#header {
	position: relative;
 	width:200px;
 	height:100px;
}
div#wrapperHeader div#header img {
	position: relative;
	left:40%;
 	width:388px; 
 	height:71px; 
 	margin-top:20px;
}

div#wrapperContent {
	position: relative;
	left:12%;
	font-family: Arial, OpenSans-Regular;
	font-size:14;
 	margin: 148px;
 	text-align: center;
 	color:white;
 	margin: 148px 0 0 -358px;

}

div#contentHead {
	font-family: Arial, BebasNeue;
	font-size:60;
 	text-align: center;
 	color:white;
}

div#learnMore {
	margin:60px;
}

button {
	font-family: Arial, OpenSans-Bold;
	font-size:25px;
	background:#29C700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 70px;
	color:white;
	border:0px;
}

div#footer {
	position:relative;
	background-color:#2E3E4F;
	width:1240px;
	height:100px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	padding:20px;
}

div#navigationFooter {
	position: relative;
	height:15px;
	font-size:15px;
	font-family: Arial, OpenSans-Regular;
	color:#A7AAAD;
	text-align: center;
	margin: 0px 0px 0px -82px;
}

div#navigationFooter ul {
	height:auto;
	margin:0;
}

div#navigationFooter ul li{
	display:inline;
	padding: 20px;
}

div#navigationFooter ul li a:link{
	color:#A7AAAD;
	    text-decoration: none;

}



div#navigationFooter ul li a:hover{
color:white;
}

div#navigationFooter a:visited {
	color: #A7AAAD;
    text-decoration: none;
}


div#copyright {
	position: absolute;
	color:#A7AAAD;
	text-align: center;
	bottom: 5;
	left: 50%;
	margin: 0 0 0 -200px;
}

div#social{
	position: relative;
	text-align: center;
	margin: 12 0 0 -20;
	height: 5%;
	width:100%;
}