/* CSS Document */
*
{
	padding:0px;
	margin:0px;
	font:12px;
	list-style:none;
	text-decoration:none;
}
a
{
	color:#000;
}
a:hover
{
	color:#69F;
}
a:active
{
	color:#000;
}
/*头部样式表*/
.header_table
{
	background:url(../images/header_bg.png) repeat-x;
}
.header_bg
{
	background:url(../images/logo.png) no-repeat;
	margin:0 auto;
}
/*二级页面样式表*/
.second_table
{
	background:url(../images/second_bg_big.png) repeat-x;
}
.second_content_bg
{
	background:url(../images/third_content_bg.png) repeat-y;
	margin:0 auto;
}