@charset "gb2312";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
img{
	border: 0px;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #CCC;
	background-color: #000;
	background-image: url(../images/botbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	left: 0px;
	bottom: 0px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}

p{
	text-indent: 25px;
}
