@charset "utf-8";
/* CSS Document */

.top {
	height: 201px;
	background-image: url(../images/background/t.png);
	background-repeat: repeat-x;	
}
.bottom {
	height: 201px;
	background-image: url(../images/background/b.png);
	background-repeat: repeat-x;	
}
.left {
	position: absolute;
	height: 100%;
	float: left;
	width: 201px;
	background-image: url(../images/background/l.png);
	background-repeat: repeat-y;	
}
.right {
	height: 100%;
	float: right;
	width: 201px;
	background-image: url(../images/background/r.png);
	background-repeat: repeat-y;	
}