@charset "UTF-8";
#bg_1 {
	position:absolute;
	display:block;
	z-index: 1;
	background-image: url(../_bgs/1.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#bg_2 {
	position:absolute;
	display:block;
	z-index: 1;
	background-image: url(../_bgs/2.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#bg_3 {
	position:absolute;
	display:block;
	z-index: 1;
	background-image: url(../_bgs/3.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.wrapper_table {
	z-index: 2;
	position: relative;
}
.table_top {
	background-image: url(../_images/main_top.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.table_bottom {
	background-image: url(../_images/main_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.table_left {
	background-image: url(../_images/main_left.gif);
	background-position: center top;
	width: 20px;
}
.table_right {
	background-image: url(../_images/main_right.gif);
	background-position: center top;
	width: 20px;
}

