@import url("style.css");
@media print {
 #head,#menu,#left,#footer{ display: block;}
 body{zoom:80%;}
 #left,#main{ width:auto}
}

