@media print
{ 
  #body 
  {
    min-height: 195mm;
  }

  * html #body
  {
    height: 195mm;
  }

}