div#banner {
    position: fixed;
    top: 50%;
    margin-top: -95px;
    left: 50%;
    margin-left: -145px;
    display: none;
    padding: 10px;
    width: 300px;
    height: 200px;
    border: 5px solid;
    border-color: #fff;
    background-color: #eee;
    text-align: left;
    z-index: 1001;
}

div#banner_content {
    overflow: auto;
}

div#banner_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    display: none;
    background-color: #000;
    z-index: 1000;
}

div#banner h1 {
    margin: 0;
    padding: 0;
}

.clear {
  clear:both;
}

.button {
  margin: 30px 0 0 0;
  width: 160px;
  border: 0;
  float: left;
}

.button a {
  color: #dfe8f6;
}

.button img {
  text-decoration: none;
  border: 0;
  float: left;
}

.button img a {
  text-decoration: none;
  border: 0;
  float: left;
}