.break#a{
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #f9f9f9;
	box-shadow: 0px 5px 5px #888888;
	z-index: 1;
}

.content{
	position: relative;
	width: 100%;
}

/*------------Content A--------------*/

.content#a{
	height: 850px;
	background-color: #42BEA8;
}

.aboutWrapper{
	position: relative;
	margin: 0px auto;
	width: 960px;
	display: block;
	font-family: 'Trebuchet MS';
}

.aboutWrapper p{
	text-align: justify;
	font-size: 20px;
}

/*--------------------------------*/



