@charset "utf-8";
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container-header {
	height: 200px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
}
#container-midsection {
	height: 460px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#container-midsection-spprt {
	height: 120px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#container-body {
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 660px;
	background-color: #FFFFFF;
}
#container-body-spprt {
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 320px;
	background-color: #FFFFFF;
}
