<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');

#main-site {
	position:relative;
	float:left;
	display:inline;
	width:500px;
	margin:20px 0 0 20px;
	padding:20px;
	background-color: rgba(0,0,0,.7);
	z-index:10;
}

.no-opacity #main-site {
	background: url('../images/ie6-background.png') repeat;
}

	

#full-screen-image {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:0;
}
	#full-screen-image img {
		position:absolute;
		top:0;
		left:0;
		z-index:2;
	}

	#full-screen-image #overlay {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:url('../images/overlay.png') repeat;
		z-index:5;
	}
</pre></body></html>