Removing frames for Printing

I was wondering of a good way to approach printing the "view" tab of a record? I would like to eliminate the frames so the the Current Record: label is in the top-left corner.
@media print { … }
@media print {
#left_column,
#top-section,
.fineprint,
.search_form,
.xf-button-bar {
display:none;
}
}