/* CSS Document */

#page {
	position: absolute;
	left:0px;
	width: 100%;
	margin:0 auto;
	height: 1059px;
	background: #333333 url(../images/floor.gif) no-repeat center bottom;
	overflow: hidden;
	text-align: center;
	z-index: 0;
	top: 0px;
}
#page #backg {
	height: 855px;
	padding: 0px;
	width: 900px;
	margin:0 auto;
	text-align: center;
	z-index: 1;
	overflow: visible;
}
#page #backg #image {
	height: 940px;
	margin:0 auto;
	position: absolute;
	width: 900px;
	left: 0px;
	top: 0px;
	overflow: visible;
	background: url(../images/main_sub_backg.jpg) repeat-y;
}
#page #Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	margin:0 auto;
	height: 1059px;
	z-index: 2;
}
#page #Table_01 #main_container {
	height: 679px;
	width: 800px;
	margin:0 auto;
	background: url(../images/main_backg.jpg) repeat-y;
}
#page #Table_01 #main_container #content_body {
	position:relative;
	top:159px;
	width:505px;
	height:500px;
	float: right;
	background-color: #FFFFFF;
	right: 50px;
	text-align:left;
	padding: 10px;
}