﻿.bottom {
	background-image: url('../about/bottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.left {
	background-image: url('../about/left.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
}
.right {
	background-image: url('../about/right.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 50%;
}
.color {
	background-color: 050000;
}
