/* CSS Document */
/* date:2008-6-24*/
/* author:Mengxiaoshuang*/
/* last modify:2008-6-24*/
/* E-mail:mengzhongxiaoshuang@126.com*/

*
   {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight:normal;
	line-height:160%;
    }
body 
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../images/bodyBg.jpg) left top repeat-x #fff;
	color:#666;
	}
p
    {
	color:#666;
	margin:8px 0;
	line-height:180%;
	}
a
    {
	color:#6A4704;
	text-decoration:none;
	}
a:hover
    {
	color:#000;
	text-decoration:none;
	}
#banner
    {
	width:1014px;
	height:702px;
	margin:0 auto;
	}
#index
    {
	background:url(../image/index.jpg) left bottom no-repeat #1B1F4E;
	height:640px;
	width:1014px;
	position:relative;
	}
#index h2
    {
	position:absolute;
	left:124px;
	top:95px;
	}
#index h3
    {
	position:absolute;
	right:83px;
	top:108px;
	}
#index .copyright
    {
	position:absolute;
	right:5px;
	bottom:5px;
	width:300px;
	text-align:right;
	color:#fff;
	}