/* banner.css */

#TopBannerMain {
 width: 956px;
 margin: 0 auto;
}

#TopBannerMain img {
  border: none;
}

/* BottomBannerMain */

#BottomBannerMain {
  text-align: right;
  line-height: 25px;
  height: 40px;
  margin-top: 10px;
}
#BottomBannerMain p {
  color: #4D4D4D;
  font-size: 14px;
  padding-right: 10px;
  text-align: center;
}
#BottomBannerMain p a {
  font-size: 14px;
  text-decoration: none;
  color: #4D4D4D;
}
#BottomBannerMain .footerinfo {
  font-size: 12px;
  line-height: 15px;
}