﻿.tbl_browser {
	width: 100%;
	height: 100%
}

.tbl_container {
	width: 975px;
	border-spacing: 0 0;
	height: 100%;
	vertical-align: top
}

.tbl_left {
	width: 50px;
	left: 2px;
	background: url(../img/bg_left.jpg);
	height: 100%;
	vertical-align: top
}


.tbl_middle {
	width: 875px;
	background-color: white;
	height: 100%;
	vertical-align: top
}


.tbl_right {
	width: 50px;
	right: 2px;
	background: url(../img/bg_right.jpg);
	height: 100%;
	vertical-align: top
}
	
body{
	background-color: #FFA926;
}