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

.top_table{
	background-image:url(../images/topbg.png);
	background-repeat:repeat-x;
	height:70px;
}

.top_det{
	height:25px;
}

.header{
	background:url(../images/header.png) no-repeat;
	width:1000px;
	height:212px;
}

.body_table_top_dx{
	background:url(../images/main_border_top_right.png) no-repeat;
	width:99px;
	height:81px;
}
.body_table_top_sx{
	background:url(../images/main_border_top_left.png) no-repeat;
	width:99px;
	height:81px;
}
.body_table_top_center{
	background: url(../images/main_border_top.png) repeat-x;
	height:81px;
	
}
.body_table_down_sx{
	background:url(../images/main_border_foot_left.png) no-repeat;
	height:78px;
	width:99px;
}
.body_table_down_dx{
	background:url(../images/main_border_foot_right.png) no-repeat;
	height:78px;
	width:99px;
}
.body_table_down_center{
	background:url(../images/main_border_foot.png) repeat-x;
	height:78px;
}
.body_table_center_sx{
	background:url(../images/main_border_left.png) repeat-y;
	width:58px;
}
.body_table_center_dx{
	background:url(../images/main_border_right.png) repeat-y;
	width:58px;
}

.body_table_center{
	background:url(../images/main_bg.png) repeat;
}