@media print {
      .noprint { display: none; }
	  .print {display:block; width: 100%; margin: 0; float: none;}
	  .content {width: 100%; margin: 0; float: none;}
	  .container {width: 100%; margin: 0; float: none;}
	  }

div#container, div#content
{
width: 100%;
margin: 0; 
float: none;
}

BODY { background: #ffffff;}

