.news-print-view {
	position: relative;
}

.news_story #bodybody:before,
.news-print-view:before {
	
	/*
	background-image : url(/images/news_watermark.png) !important;
	background-position : center 0 !important;
	background-repeat : repeat-y !important; */
	
	content : url(/images/news_watermark.png);
	position : absolute;
	height : 420px;
	width : 583px;
}