<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: none;
}

#left {
	position: relative;
	height: 800px;
	width: 570px;
	float: left;
	margin-right: -620px;
	background: url(../../images/editable_images/left_no_pattern.png) no-repeat;
	margin-bottom: -500px;
	overflow: visible;
	z-index: -1;
}

#right {
	position: relative;
	height: 800px;
	width: 570px;
	margin-left: -620px;
	float: right;
	background: url(../../images/editable_images/right_no_pattern.png) no-repeat;
	margin-bottom: -520px;
	overflow: visible;
	z-index: -1;
}

#pageHeader2 {
}</pre></body></html>