/* CSS Document */

#container
	{
	width:800px;
	height:457px;
	border:1px solid #c88a12;
	background-color:#FFCC00;
	}

.left_content
{
	float:left;
	width:799px;
	height:280px;
	border-right:1px solid #c88a12;
	background-color:#000000;
}

.bottom_content
{
	clear:both;
	width:800px;
}



