@charset "utf-8";
#topContainer .top-banner-wide {
  width: 1000px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

#topContainer .top-banner-wide a {
  display: block;
  border-radius: 4px;
  outline: 1px solid #c3c3c3;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  
}

#topContainer .top-banner-wide img {
    display: block;
  width: 100%;
  height: auto;
}