@media print {
  .product {
    width: 60%;
    border: 1px solid #ffffff;
  }
  .leftcol, .rightcol {
    float: none;
    width: 100%;
    display: block;
    clear: both;
  }
  
  #main {
    width: auto;
  }
  #head {
    width: auto;
    height: auto;
  }
  #content {
    width: auto;
    border: 1px solid #ffffff;
  }
  #column {
    display: none;
  }
  #footer {
    position: relative;
    bottom: 0;
    width: auto;
    padding: 10px 0 0 0;
  }
  
  #head h1 {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    width: auto;
    height: auto;
  }
  #head h1 a, #head h1 a:visited {
    text-indent: 0;
    display: inline;
    width: auto;
    height: auto;
  }
  #head #logo {
    position: relative;
    top: 0;
    left: 0;
  }

}
