@charset "utf-8";
/*************************************
*
* 文件名称：index.css
* 创建日期：2008-10-06
* 制 造 者：simon
* 内容概要：首页样式
*
*************************************/

body {
	width:100%;
	padding:0px;
	margin:0 auto;
	font-size:12px;
	color:#92928f;
	font-family:"宋体", Arial, Helvetica, sans-serif;
	background-image:url(../images/default_bj.jpg);
	background-repeat:repeat-x;
	background-color:#FDFEF8;
}
* {
	margin:0px;
	padding:0px;
}
ul, li {
	list-style-type:none;
}
img {
	border:0px;
	vertical-align:bottom;
}
/** 文字链接样式 **/

a:link {
	color:#92928f;
	text-decoration:none;
}
a:visited {
	color:#92928f;
	text-decoration:none;
}
a:hover {
	color:#92928f;
	text-decoration:underline;
}
a:active {
	color:#92928f;
	text-decoration:underline;
}
#top {
	margin:0px;
	padding:0px;
	width:100%;
	height:20px;
	color:#92928f;
	text-align:right;
	margin-top:8px;
}
#top li {
	list-style-type:none;
	margin-right:5px;
}
#main {
	margin:0px;
	padding:0px;
	width:226px;
	margin-left:42%;
	height:419px;
	margin-top:139px;
}
.wdtj {
	display:none;
}