* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: Commodore64;
  font-size: 18px;
  padding; 0px;
  line-height: 20px;
}

h5 {
  font-size: 80px;
  text-shadow: 7px 7px #000000;
}

#container {
  min-height: 90%;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

#container2 {
  min-height: 100%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

#main {
  overflow: auto;
  padding-bottom: 100px;
  background-color: white;
  padding-top: 40px;
}

#footer {
  background-color: white;
  position: relative;
  height: 100px;
  margin-top: -100px;
  clear: both;
  line-height: 22px;
  padding-top: 40px;
}

@font-face {
  font-family: "Commodore64"; 
  src: url("fonts/commodore64.eot") format("embedded-opentype"),
  url("fonts/commodore64.otf") format("opentype");
}

a:link {
  color: #9370DB;
}

a:visited {
  color: #9370DB
}

a:hover {
  color: #9370DB;
}

a:active {
  color: #9370DB;
}

.banner {
  position: relative;
  text-align: center;
  color: #FFFFFF;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
}

img {
  padding: -1px;
  margin: 0px ;
  width: 100%;
  height:auto;
  vertical-align: middle;
  display: block;
  border: 1px solid #FFFFFF;
}

th, td {
  padding: 15px;
}


