@charset "UTF-8";
/* CSS Document */

#body {
	width: 950px;
	height: 557px;
	float: left;
	background-image:url(../images/interior/about-us.jpg);
}

#about-text {
	width: 600px;
	height: 400px;
	float: left;
	margin-top: 100px;
	margin-left: 120px;
}

#about-text p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 25px;
}
	
