
#content {
	height: 600px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mission_backWEB.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;


}

#content #contenttext {
	height: 250px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #0681BF;
	font-family: 'Raleway', 'sans-serif';
	padding-top: 175px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: 500;
	text-shadow: 3px 2px 0 rgba(0, 0, 0, 0.8);
}
#content2 {
	height: auto;
	width: 100%;
	float: left;
	padding-top: 10px;
}

#aboutcontent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	color:#000;
}

.button {
	background-color:#0681bf;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family: 'Duru Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:150px;
	text-decoration:none;
	text-align:center;
	position:absolute;
	bottom:1px;
	left: 0px;
	
}.button:hover {
	background-color:#2894FF;
}.button:active {
	position:absolute;bottom:0
	top:1px;
}
.fbutton {
	background-color:transparent;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:3px solid #8f1111;
	display:inline-block;
	color:#6b0501;
	font-family: 'Duru Sans', sans-serif;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:150px;
	text-decoration:none;
	text-align:center;
}.fbutton:active {
	position:relative;
	top:1px;
}


