@charset "utf-8";
body {
  background: #FFF;
}
FF div#bgImg {
  background: #F3FAF8;
}
div#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  line-height: 1.8;
}
div#bgwh {
  width: 100%;
  background: #fff;
  padding: 10px 0;
}
div#header {
  width: 960px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../img/top/logo.gif);
  background-position: left;
  background-repeat: no-repeat;
}
div#header h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
div#header h1 img{
	vertical-align: text-top;
}
h2 {
  text-align: center;
}
div#footer {
  background: #000;
  margin-top: 45px;
  text-align: center;
}
div#footer p#copyright {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
  background-image: url(../img/top/logo.png);
  background-position: left;
  background-repeat: no-repeat;
}