﻿td img {
  display: block;
}

html{
  overflow:hidden;  
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #BAE4F0;
  overflow:hidden;
}

table{
  margin: 0px;
  padding: 0px;
}

#verticalPositioner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block
}
#content {
  text-align:left;
  font-family: Verdana, Geneva, Arial, sans-serif;
  margin-left: -700px;
  position: absolute;
  top: -375px;
  left: 50%;
  width: 1400px;
  height: 750px;
  visibility: visible;
}