#header
{ 
	background:url('http://www.cnblogs.com/images/cnblogs_com/yanrongpi/title.jpg') no-repeat;
	height:315px;
	position:relative; 
}
#main{
	background:url('http://www.cnblogs.com//images/cnblogs_com/yanrongpi/body.jpg') repeat-y;
	height:100%;
	text-align:left;
}
#navigator {
	position:absolute; 
	top:80px;
	right:10px;
	width:650px;
	font-weight:bold;
}
body 
{
	color: black;
             background:black;
	font-family:"verdana","宋体","微软雅黑", "ms song","Arial","Helvetica", "sans-serif";
             font-size:14px;
	min-height: 101%;
}
.postCon {
	float: right;
	line-height: 1.5em;
	width: 100%;
	clear:both;
             font-size:14px;
	padding: 10px 0;
}
#footer {
	background:url('http://www.cnblogs.com/images/cnblogs_com/yanrongpi/footer.jpg') ;
	position:relative; 
	height:182px;
	margin-bottom:0px;
	clear:both;
	text-align:center;
}