body
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
}

#wrapper
{
  margin: 0px auto;
  padding: 0;
  background: #000000 url(../img/intro_background.jpg) no-repeat center top;
  background-attachment: fixed;
}

#table
{
  margin: 0px auto;
  width: 100%;
  height: 100%;
}

#table img
{
  border: none;
}