html, body {
  height: 100%; }

body {
  background-color: #EDF0F5;
  color: #3F729B; }

.content {
  max-width: 500px;
  max-height: 500px;
  margin: 0 auto; 
  margin-top: 200px;
  background-color: #F7F8F9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

#searchresults td {
  text-align: center; }
  #searchresults td .taken {
    display: block;
    color: #ff0000;
    font-weight: 800; }

#wrapper {
  height: auto !important;
  margin: 0 auto -180px;
  min-height: 100%;
  position: relative;
  text-align: center; }

#push, #ad {
  height: 180px; }

#ad {
  height: 180px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  text-align: center; }
