body {
  font-size: 80%;
}
#top {
  width: 800px;
  height: 80px;
  padding: 0;
}
#printConf #main {
  width: auto;
  padding: 0;
  margin: 0;
}
#printConf #content {
  width: auto;
  float: none;
}
#printConf #column {
  display: none;
}
#printConf #toplinks {
  display: none;
}
#printConf #userPanel {
  display: none;
} 
#printConf .noprint {
  display: none;
}
#printSign {
  display: block;
  border: 2px dotted #000000;
  text-align: center;
  padding: 80px 0 5px 0;
  width: 300px;
  margin: 1em 0 1em 0;
}
#footer #footertext {
  width: 60%;
}
#footer #copyright {
  width: 30%;
}