@media print {
	body {
		color: #000;
		background-color: #fff;
	}
	#base { width:100%; }
	h1 { width:95%; }
	#mainbox { width:95%; }
}
