@media print {

  body {
  background: #ffffff;
  }

  #header, 
  #page #footer,
  #page #shell,
  #page #colLeftHome,
  #page #colLeft,
  #page #content-header {
    display: none !important;
  }
  
  #page {
    margin: 0 !important;
  }
  
  #page #content {   
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 277mm;

  }
  
 
  
}