@media print
{
  html
  {
    height: auto;
  }

  body
  {
    height: auto;
    background: red;
  }

  .boundary, .boundary .content .bottom, .boundary .content .mainmain
  {
    height: auto;
    background: transparent;
    color: black;
  }

  .boundary .content .mainmain
  {
    margin: 0px;
    padding: 0px;
  }

  .boundary .content .bottom a,
  .boundary .content .bottom a:visited,
  .boundary .content .bottom a:hover,
  .boundary .content .bottom a:active
  {
    color: black;
  }

  .boundary .left, .boundary .right, .boundary .top, .printicon
  {
    display: none;
  }

  .boundary .mainmain
  {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .boundary .bottom a
  {
    display: block;
    clear: both;
  }

  .boundary .content .mainmain .register form fieldset .in .heading
  {
    width: 110px;
    padding-top: 0px;
  }
}