/*STYLE USED WHEN fs=true is in the URL (fullscreen mode)*/

body {
  background: white;
}

#left-space {
  width: 100%;
  padding: 0px;
}

#page {
  width: 990px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  display: none;
}

#content {
  padding: 0px;
}

#footer {
  text-align: right;
  font-style: italic;
}
