@media print{
  
	div#top {
		display:none;
	}
	
	div#bottom {
		display:none;
	}
	
	div#summary {
		display:block;
		width:600px;
	}
		
 
}

