@charset "utf-8";
section {
	width: 800px;
	background-color: transparent;
	margin: 95px auto 50px auto;
}
 h1.abtheader {
 	background-color: transparent;
	display: inline-block; 
 	color: #fff;
  	text-align: left;
	font-family: bfont;
 	font-size: 20px;
 	padding: 0 20px 0 0;
  	margin: 50px auto 30px auto ; 
  	width: 780px;
  	border-bottom: 2px solid #46d009;
  	position: relative;
}
.abtheader span { 
	background-color: #46d009;
	display: inline-block;
	padding: 20px;
	margin: 0;
}
div.fst {
   	background: url("../images/abt.jpg") no-repeat no-repeat;
  	background-size: cover;
}
div.abt { 
	background-color: #46d009; 
	width: 720px; 
	height: auto;
	padding: 40px;
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #19b1d2;
}
footer { text-align: center
}