.container .top {
	background-image: url(../images/content_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
.container  .right {
	background-image: url(../images/content_06.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.container .left_top {
	background-image: url(../images/content_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.container .right_top {
	background-image: url(../images/content_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.container .left_bottom {
	background-image: url(../images/content_07.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.container .right_bottom {
	background-image: url(../images/content_09.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.container .content {
}
.container .left {
	background-image: url(../images/content_04.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.container .bottom {
	background-image: url(../images/content_08.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
