@charset "utf-8";

@media print {

#header, #side, #footer, p.print_btn {
	display: none;
}
#main {
	float: none !important;
}

}