@media print {
	
	body,
	.frame {
		background-image: none;
		background-color: #fff !important;
		width: 100%;
		margin: 0 !important;
		}
	.con-header,
	.con-footer {
		display: none;
		}	

}	


