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;
}

#contactinfo {
	position: absolute;
  	margin-top: 378px;
  	margin-left: 40px;
	color:#ffffbe;
	font:"Times New Roman", Times, serif;
	font-size: 15px;
}

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

#slogan {
	position: absolute;
  	margin-top: 12px;
  	margin-left: 280px;
	color:#ffffbe;
	font:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	font-style: italic;
}

#slogan2 {
	position: absolute;
  	margin-top: 450px;
  	margin-left: 20px;
	color:#ffffbe;
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.preload {
  display: none;
}