@charset "utf-8";
/* CSS Document */

#container {
	width:1000px;
	height:  auto;
	float:left;
	background-image:url(bg.jpg);
}
#left_frame{
	width:246px;
	height: auto;
	float:left;
}
#right_frame{
	width:736px;
	height: auto;
	float:left;
	padding-left:18px;
	
}

