@media print {  
  body {
   width : auto;
   height: auto;
  }
}

@media print and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  body {
	 width: 990px;
	 height: auto;
  }
}

