@charset "utf-8";
/* CSS Document */
* {padding:0; margin:0}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* --------------- ???除????? ------------------------------ */
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* --------------- ?????? ------------------------------ */
.gray_font11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.gray_font12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}

/*------------------------- 浮? ------------------------------ */
#fixed {
	position:relative;
	width: 600px;
}
#fixed2 {
	position:relative;
	width: 500px;
}
#one {
	position:absolute;
	top:-276px;
	left:7px;
	height:26px;
	width:653px;
	z-index:1;
}
#two {
	position:absolute;
	top:0px;
	left:170px;
	height:49px;
	width:50px;
	z-index:1;
}

#three {
	position:absolute;
	top:0px;
	left:328px;
	height:49px;
	width:50px;
	z-index:1;
}

/* --------------- ?面底部 ------------------------------ */
#greeting{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: 968px;
}

#footer{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: 968px;
}

#copyright{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 76px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}
