html, body, table {
  padding: 0;
  height: 100%;
  width: 100%;
  border: none;
  text-align: center;
}

body {
  margin: 0;
  background-color: #4b0000;
}

td {
  height: 100%;
}

img {
  border: 0;
}

#container {
  position: relative;
  width: 748px;
  margin: 0 auto;
}

#logo {
  position: absolute;
  margin-top: 38px;
  margin-left: 213px;
  width: 513px;
}

#mylistings {
  position: absolute;
  margin-top: 122px;
  margin-left: 233px;
}

#homesearch {
  position: absolute;
  margin-top: 122px;
  margin-left: 484px;
}

#wichitainfo {
  position: absolute;
  margin-top: 316px;
  margin-left: 233px;
}

#aboutfrank {
  position: absolute;
  margin-top: 316px;
  margin-left: 484px;
}

#email {
  position: absolute;
  margin-top: 494px;
  margin-left: 17px;
}

.preload {
  display: none;
}