@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-size: 14px;
}
#container {
	width: 80%px;
	
	background: #ff3;
	margin: 10px auto;
	text-align: left;
	display: inline-block;

}


