html,
#mainbody {
  height: auto;
}

body {
  height: auto;
  text-align: left;
  background: none;
}

#header,
#footer,
#navi {
  display: none;
}

#maincontainer,
#container {
  background: none;
  border: none;
  margin: 0;
  position: static;
  width: auto;
  overflow: visible;
  float: none;
}

#main {
  background: none;
}

#main .content {
  float: none;
}

#main a.print_btn,
#main a.send_btn {
  display: none;
}