@media print {
    .baner, .mainmenu, .page-header .search, #footer, .sidebar {
        display: none;
    }

    div.page-header {
        background: white;
    }

    body.page {
        background: white;
    }

    .container > .content.short {
        background: white;
    }

    .container > .content {
        background: white;
        margin-left:0px;
    }
}
