@media print {
	body {
		background: none;
	}
	
	#header, #right, .button_upper {
		display: none;
	}
	
	#header_print {
		display: block;
		float: left;
	}
	
	#header_print_title {
		font-size: 24px;
	}
	
	object, embed {
		display: none;
	}
}

