* {
  margin: 0;
  padding: 0;
  border: 0;
  }

body
  {
  background-color: black;
  text-align: center;
  }

.imageMap 
  {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-repeat: no-repeat;
  }

.imageMap img
  {
  z-index: 0;
  }

.imageMap a 
  {
  position: relative;
  display: block;
  z-index: 1;
  }

a span
  {
  display: none;
  }
  
.gallery
  {
  position: absolute;
  top: 10px;
  margin: 0;
  text-align: left;
  width: 100%;
  }

td
  {
  background-color: white;
  }

td img
  {
    margin: 12px;
  }
  
.copyright
  {
  position: relative;
  top: 750px;
  }