body{
	margin: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #B22222;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

#top{
   background-image: url(../images/top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 1003px;
	height: 85px;
	z-index:10;
}
#top #logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 28px;
	top:0px;
	width:197px;
	height: 123px;
	z-index:10;
}

/*·ÖÒ³*/
.pages{
  margin:3px auto 0;
  background-color:#f7f7f7;
  text-align:center;
  vertical-align: middle;
  border-top:1px solid #dcdcdc;
  padding:3px;
  font-size: 12px;
}
