@charset "utf-8";
#boxRight {
	background-image: url(../images/boxRight.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#boxLeft {
	background-image: url(../images/boxLeft.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 507px;
	position: relative;
}
#boxAbout {
	position: absolute;
	width: 525px;
	height: 191px;
	z-index: 2;
	background-image: url(../images/boxAbout.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
	left: 35px;
	top: 280px;
}

