@media print {
	html{
		background:none;
	}
	body{
		zoom:64%;
		background:none;
		border:none;
	}
	#header{
		background:none;
	}
}