html, body {
  width: 100%;
  height: 100%;
  margin: 0px;

  background-image: url(../images/bg_AutoschadeTheoLauwers.gif);
  font-family: Verdana;
  overflow: hidden;
}

img { border: 0px; padding: 0px; margin: 0px -5px; }

td { padding: 0px; }

/* vertical centering #content */
#outer { height: 100%; }
#outer[id] { display: table; position: static; margin: 0px auto; }

#middle { position: absolute; top: 50%; width: 100%; text-align: center; } /* for IE */
#middle[id] { display: table-cell; position: static; vertical-align: middle; }

#content {
  position: relative;
  top: -50%;

  height: 550px;
  width: 704px;
  margin: auto;
}

#autoschade { margin-left: 5px; text-align: left; }

#schade { height: 450px; }
  #schade img, #schade div { float: left; }
    .fp { clear: left; }

#theoLauwers { margin-right: 25px; text-align: right; }