@charset "UTF-8";
/* CSS Document */

.c_top {
	background-image:url(images/top.png);
	background-repeat: repeat-x;
	background-color:#FFF;
}
.c_right {
	background-image:url(images/right.png);
	background-repeat: repeat-y;
	background-color:#FFF;
}
.c_bottom {
	background-image:url(images/bottom.png);
	background-repeat: repeat-x;
	background-color:#FFF;
}
