@media print {
    body {
        width: 100%;
        background: #fff;
    }

    #topnav, #menu {
        display: none;
    }

    #content {
        width: 100%;
        background: #fff;
        top: 0px;
        overflow: visible;
    }

    #footer {
      top: 0px;
    }

/* Main content - centre column */

    #main {
        width: 90%;
        margin-left: 5%;
        overflow: visible;
          }

}