#FooterPrintLogo {
    display: none;
}
#FooterPrintLogo img {
    width: 300px;
}

@media print {
    #FooterPrintLogo {
        display: block;
    }

    #Header,
    #FooterLogo,
    #FooterNav,
    #GotoTop {
        display: none;
    }

    #ContentsArea {
        padding-bottom: 0;
    }
}
