HTML
{
	background: black;
}

*
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#content-div
{
	margin: 0px;
	padding: 15px;
	color: #cfcfcf;
	font-size: 12pt;
	font-family: 微软雅黑, serif;
}

#content-div h1
{
	width: 100%;
	height: 25px;
	background: transparent url( "../images/header.gif" ) repeat-y left top;
	font-size: 21px;
	line-height: 22px;
	padding-left: 30px;
	font-weight: bold;
}

