@media print {

* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }
#header, #navi, #sidebar ,#footer,#subline { display: none; }

#content { width: 100%; }

}