/* ===================================================================
print
=================================================================== */
@media print{
	body{
		width: 980px;
		background: #ffffff;

		*zoom: 0.8;
	}
	#tpl-pagetop-box{
		display: none;
	}
	#tpl-footer .copyright{
		float: none;
		width: 100%;
		color: #333333;
		text-align: center;
	}
}
