@charset 'UTF-8';
@import url(style.css);

@media print{ 
	body {
		zoom: 80%;
	}
	#container {
		display:none;
	}
}