@media print {
	
	#header,
	#content #left,
	#content #right {
		display: none;
	}
	
	#content #page {
		width: 90%;
		margin: 10px auto;
	}
	
}
