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

#article{
	margin:0 auto;
	position:absolute;
	width:298px;
	left: 444px;
	top: 280px;
	color:#CCC;
	text-align:left;
}
	#article h1{
		padding:9px 12px;
		border-top:1px #999 dashed;
		border-bottom:1px #999 dashed;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:600;
		color:#ffcc00;
	}
	#article p{
		margin:15px 12px;
		line-height:20px;
		text-indent:25px;
	}

