@charset "UTF-8";
#content_left {
	background: #444444;
	height: 500px;
	float: left;
	width: 400px;
	overflow: auto;
}
#content_right {
	background: #444444;
	height: 500px;
	overflow: auto;
	width: 600px;
	float: right;
}

