@media print {
  body { 
    color:#000;
    background-color:#fff;
  }
  #header2-box,
  #footer1-box {
    display:none;
 }
}

@media handheld {
  #header1-box {
    display:none;
  }
  #footer2-box {
    display:none;
  }
}