, css.
<link href="style-print.css" rel="stylesheet" media="print" type="text/css">
divs, , :
<div style="float: right;" id="print">
<a href="#" onclick="javascript:window.print(); return false;" class="orange_text"><strong>Print Page</strong></a>
</div>
style-print.css divs hidden.
#print {
display: none;
}