/* Body */
.body {
	background-image :    url("../about/body.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 910px;
	height : 590px;
}

/* Frame */
.top {
	background-image :    url("../about/top.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 970px;
	height : 20px;
}

.left {
	background-image :    url("../about/left.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 30px;
	height : 590px;
}

.right {
	background-image :    url("../about/right.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 30px;
	height : 590px;
}

.bottom {
	background-image :    url("../about/bottom.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 970px;
	height : 31px;
}