@charset "utf-8";
/* CSS Document */
#conterner{
	margin: 0 auto;
	background:#009144;
	width:900px;
	text-align:center;
}
#header{
	margin:25px;
	background:#903;
	width:800px;
	height:100px;
}

#content{
	margin: 0 0 0 25px;;
	background:#999;
	width:800px;
	height:360px;
}
#footer{
	margin:25px;
	background:#903;
	width:800px;
	height:100px;
}
