#aboutas {
	display: flex;
	width: 1096px;
}
#office {
	background-image: url(../img/office.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width: 545px;
	height: 290px;
	padding: 2px;
	border: 1px solid #cccccc;
}
#contact {
	display: flex;	
	width: 545px;
	justify-content: flex-end;
}
#contact ul {
	display: flex;
	flex-direction: column;
	justify-content: center;	
	align-items: flex-end;	
}
#contact ul li {
	margin: 10px 20px 10px 0;
}
#contact i {
	padding: 0 10px 0 0;
}
#map {
	background-image: url(../img/map.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	width: 1090px;
	height: 400px;
	padding: 2px;
	border: 1px solid #cccccc;
}