@media print {
	#body {
		background-color: none;
	}
	#mainArea {
		position: absolute;
		width: 100%;
	}
	html>body #mainArea {
		height: auto;
		min-height: 598px;
	}
	#logo {left: 10px;}
	#contentBorderAreaTop,
	#contentBorderAreaBottom,
	#footerArea {display:none;}
	#contentTextArea {left: 40px; }
	#contentArea, #homeContentArea {
		background-color: none;
		background-image: none;
	}
}