html, body {
  width      : 100%;
  height     : 100%;
  max-width  : 100%;
  max-height : 100%;
  overflow   : hidden;
}

body {
  text-align : center;
  margin     : 0;
  background : white;
}

#wrap {
  position : absolute;
  overflow : hidden;
  width    : 100%;
  height   : 100%;
}

#content {
  position : absolute;
  width    : 960px;
  height   : 550px;
  overflow : hidden;
  display  : none;
}
