@media print { 
  body { background: none; }
  #container { 
    width: 100%; 
    border-left: none;
    buorder-right: none;
  }
  #outer { width: 100%;}
  h1 {
    background: none;
    color: black; }
  #banner, #right, #footer { display: none; }
}
