@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	border:0px;
}
body
{
	font:12px "宋体", "微软雅黑",Arial,serif;
	color:#fff;
	background:#000;
}
#container
{
	width:980px;
	height:100%;
	margin:0px auto;
	overflow:hidden;
}
#banner
{
	width:980px;
	height:200px;
	background:url(../images/banner.jpg) no-repeat;
}
.article
{
	width:936px;
	height:100%;
	line-height:25px;
	overflow:hidden;
	margin:15px auto;
}
.title
{
	width:936px;
	height:49ppx;
	background:url(../images/title.gif) no-repeat;
}
.bottom
{
	width:936px;
	height:18px;
	background:url(../images/bottom.gif) no-repeat;
}
.title span
{
	font-family:Microsoft YaHei;
	font-size:24px;
	padding-left:30px;
	line-height:49px;
}
.artInfo
{
	text-indent:25px;
	background-color:#3b3b3b;
	padding:15px 20px 5px 20px;
}
#copyright
{
	color:#CCC;
	font:12px Arial;
	width:936px;
	height:114px;
	text-align:center;
	line-height:114px;
	margin:0px auto;
	background:url(../images/footer.gif) no-repeat;
}
.title span a
{
	color:#fff;
}