@charset "utf-8";
/* CSS Document */
#title {
	width:1000px;
	height:57px;
	float:left;
}
#container {
	width:1000px;
	height: auto;
	float:left;
}
#content {
	width:1000px;
	height: auto;
	float:left;
	background-color:#1c1e22;
}
#container_bottom {
	width:1000px;
	height:50px;
	float:left;
}

