@charset "utf-8";
#container {
	position: absolute;
	height: 560px;
	width: 980px;
	left: 50%;
	top: 50%;
	margin-top: -280px;
	margin-left: -490px;
}
#container #top {
	position: relative;
	height: 104px;
}
#container #middle {
	position: relative;
	height: 321px;
}
#container #bottom {
	position: relative;
	height: 135px;
}

