body {
	margin:25px auto;
	width:624px;
	font-size:13px;
	font-family:Georgia,serif;
}
a {
	text-decoration: none;
	color:#19A6FF;
}
img {
	border:0;
}
#header{
	background-image:url(header.gif);
	width:624px;
	height:69px;
	margin:0;
	padding:0;
}
#header h1{
	display:none;
}
#header img{
	margin:12px 0 0 22px;
}
#content{
	width:584px;
	background-image:url(bg.gif);
	margin:0;
	padding:20px 20px 0px 20px;
	float:left;

}
#content #post div{
	padding:10px 0 0 12px;
}
#service{
	margin:10px 0;
	padding:0px 0 12px  0;
	border-bottom:1px solid #ddd;
}
#content ul{
	width:560px;
	float:left;
	clear:both;
	margin:2px 10px 12px 10px;
	padding:0;
}
#content ul li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:180px;
	line-height:26px;
	height:26px;
}
#content ul li img{
	height:16px;
}
#recommend{
	float:left;
	width:584px;
	padding:6px 0;
}
#code{
	float:left;
	width:584px;
	padding:16px 0 6px 0;
	border-top:1px solid #ddd;
}
#recommend a, #code a{
	color:#FFA100;
}
#copyright{
	float:left;
	width:570px;
	padding:6px 12px 0 0px;
	font-size:12px;
}
#footer{
	float:left;
	width:624px;
	height:21px;
	background-image:url(bottom.gif);
}
