oh, and having this in your stylesheet will "prevent" your "stage" area from showing up, at least on that page ... note that display: none means ... don't show.
HTML Code:
@media print {
  .categoryListBoxContents {display: none}
}