@media print
{
    .region-header,footer
    {
        display: none !important;
        height: 0;
    }
}