@charset "utf-8";
#container-header {
	height: 123px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#container-midbody {
	height: 487px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 123px;
}
#container-midbody-spprt {
	height: 218px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 123px;
}
#container-body {
	height: 100%;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 610px;
}
#container-body-spport {
	height: 100%;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 341px;
}
#container-body-left {
	height: 100%;
	width: 256px;
	left: 0px;
	top: 0px;
}
#container-body-right {
	height: 100%;
	width: 686px;
	left: 256px;
	top: 0px;
	float: right;
}

