body {
  float: none;
  background-color: black;
  color: white;
  font-family: Verdana;
  max-width: 750px;
  margin: auto;
}

a {
  position: relative;
  margin: auto;
  display: block;
  border: 2px solid;
  border-color: white;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  max-width: 150px;
}

a:link {
  color: white;
}

a:visited {
  color: lightgrey;
}

a:hover {
  color: grey;
}

a:active {
  color: white;
}

p, h2 {
  margin: auto;
  padding: 10px;
  max-width: 575px;
}

h2 {
  text-align: center;
}

img {
  position: relative;
  padding: 5px;
}

#left {
  float: left;
}

#right {
  float: right;
}

#center {
  position: relative;
  margin: auto;
  display: block;
  text-align: center;
}