/* ButtonAdvertising */
.ButtonShow {
  text-align: center;
  width: 100%;
  display: block;
}

.ButtonShow a {
  height: 39px;
  width: 180px;
  display: block;
  margin: auto;
}

.ButtonShow .malraux a {
  background: transparent url(/images/button.gif) no-repeat top;
}
.ButtonShow .malraux a:hover {
  background: transparent url(/images/button.gif) no-repeat bottom;
}