/* banner.css */

#TopBannerMain img {
  border: none;
  margin: auto;
  width: 957px;
  height: 183px;
}
#TopBannerMain .today {
  position: absolute;
  margin-left: 698px;
  color: white;
  font-size: 14px;
}

#BottomBannerMain {
  border-top: 1px solid black;
  color: #0C1E02;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 25px;
  padding: 0 2px;
}

#BottomBannerMain p {
  float: left;
  list-style-type: none;
  font-size: 11px;
  margin: 0 50px;
}

#BottomBannerMain p a {
  color: #0C1E02;
  text-decoration: none;
  font-size: 11px;
}