@charset "utf-8";
/* CSS Document */
#conterner{
	margin: 25px auto;
	background:#009144;
	width:900px;
	text-align:center;
}
#header{
	margin:25px;
	background:#903;
	height:100px;
}
#right_bar{
	margin:0  25px;
	background: #CCC;
	width:200px;
	height:360px;
	float: right;
	}
#left_bar{
	margin:0 25px;
	background: #CCC;
	width:200px;
	height:360px;
	float:left;
	}

#content{
	margin: 0 250px;
	background:#999;
	height:360px;
}
#footer{
	margin:25px;
	background:#903;
	
	height:100px;
}
#nofloant{
	clear:both;
}
