@charset "utf-8";
/* CSS Document */

.DivLeftRightAutoMidFix {
	min-width: 1340px;		/*中间固定宽度*/
	width: auto;
	position: relative;
}

.DivMid {
	width: 1340px;			/*中间固定宽度*/
	height: 100%;
	padding: 0px;
	margin: auto;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	position: absolute;
}
