#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#container_footer {
	width: 750px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#container_main {
	width: 750px;
	float: left;
	background-color: #1D2120;
	border-top: 0;
	border-left: 1px solid #282D2C;
	border-right: 1px solid #282D2C;
	border-bottom: 1px solid #282D2C;
}

#container_top {
	width: 650px;
	height: 150px;
	float: left;
}

#container_middle {
	width: 650px;
	height: 200px;
	float: left;
	background-color: #ffffff;
}

#container_content {
	width: 650px;
	float: left;
}

#content_left {
	width: 390px;
	float: left;
}

#content_right {
	width: 250px;
	float: left;
	padding-left: 10px;
}
