@media print {

#content1 {
	width: 90%;
}

#content2 {
	display:none;
}

}