body {
  font-family:Arial, sans-serif;
  font-size:13px;
}

#site {
  width:780px;
  margin:0 auto;
  background-image:url(images/connect.png);
  padding:0;
}

#header {

  background-image:url(images/longbanner.png);
  width:780px;
  height:88px;
  text-align:right;
}

#stretch {
  clear:both;
  width:100%;
  height:100%;
  display:inline;
}

#offline {
  width:780px;
  float:right;
  background-image:url(images/connect.png);
}

#left {
  width:216px;
  background-image:url(images/nav.png);
  float:left;
}

#footer {
  clear:both;
  background-image:url(images/footer.png);
  height:47px;
  width:100%;
  text-align:left;
  font-size:11px;
}
