@charset "utf-8";
/* CSS Document */

@media print {
	/*=====================================================================
	HTML, Body
	===================================================================== */

	html {
			width: auto;
			height: auto;
			margin: 0 auto;		
			/*font-size: 14px;*/
			color: #333;
	}

	body {
			width: 1080px;
			height: auto;
			margin: 0 auto;
			/*-webkit-text-size-adjust: 100%;*/
	}
	
	body.fix{
		padding-top:0;
	}	
	#header.fix {
	    position: inherit;
	}	
	
	footer{
		overflow: visible;
	}
	
}