#banner {
	position: relative;
	background: url(../images/bkg-banner-about.jpg) no-repeat left;
	height: 200px;
}
#banner-msg {
	position: absolute;
	top: 15px;
	left: 320px;
	color: #fff;
}
#banner-msg h3 {
	font-size: 32px;
}
#banner-msg p {
	font-size: 22px;	
}
