.table-bg-right {
	background-image: url(../images/tb_bg_right.gif);
	background-repeat: repeat-y;
	width: 8px;
	background-position: right;

}
.table-bg-left {

	background-image: url(../images/tb_bg_left.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.table-top-bg {
	background-image: url(../images/tb_top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.table-bottom-bg {
	background-image: url(../images/tb_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	background-color: #373737;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_i.gif);

}

