@charset "utf-8";
body {
  background-image: url("images/bg.gif");
  font: 28px/1 Roboto, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei,
    WenQuanYi Micro Hei, serif;
}
a:link {
  text-decoration: none;
  color: white;
}
.top {
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 32pt;
}
.top p {
  width: 100%;
  text-align: center;
}
.middle {
  height: 300px;
}
#topMenu {
  margin: 0 auto;
}
#topMenu td {
  background-image: url(images/bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
#topMenu img {
  width: 50px;
  height: 50px;
  border: none;
}
.bottom {
  margin-top: 50px;
  width: 100%;
}
.bottom div {
  width: 62%;
  margin: 0 auto;
  font-size: 20pt;
  background: #008eaa;
  text-align: center;
  padding: 10px;
}
.bottom div a {
  color: #ffffff;
}
