.banner {
	width:100%;
	height:200px;
	background:url(../graph/slider-1.jpg);
	background-size:cover;
	border-bottom:5px solid #f0f0f0;
	padding:60px 0px;
}

.banner h2 {
	text-align:center;
	text-transform:uppercase;
	font-size:48px;
	color:#023059;
	top:110px;
	background:url(../graph/bg-2.png);
	height:60px;
}

#content p {
	font-size:19px;
	margin-top:20px;
	text-align:justify;
}