@charset "utf-8";

#div_flashArear {
	height: 100%;
	width: 1680px;
}

#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	bottom: 100px;
}
#innerWrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	clear: both;
	position: relative;
	top: 40px;
}

#areaLeft {
	float: left;
	height: 100%;
	width: 224px;
	margin-right: 20px;
	clear: both;
}
#areaCenter {
	float: left;
	height: 100%;
	width: 575px;
	margin-right: 20px;
}


#areaRight {
	float: left;
	width: 261px;
}




#div_container {
	position: absolute;
	left: 50%;
	width: 1680px;
	margin-left: -840px;
	}
