@media print {
	#header,
	#lijeviRub,
	#desniRub,
	#lijeviContent,
	#desniContent,
	#breadCrumb,
	#headImage,
	#newsOpcije,
	#posalji_link,
	#newsNote,
	#centarContent IMG {
		display: none;
	}

	#content,
	#centarContent,
	.news-content {
		width: 100%;
	}

	#centarContent {
		margin: 0;
		padding: 0;
	}

	#newsAuthorSpacer HR {
		display: block;
	}
}

