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

#subbody #content {
	background-image: url(../images/content2_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	min-height: 680px;
}

#content #pen {
	display: block;
	height: 93px;
	width: 278px;
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: -6px;
}

html&gt;body #content #pen{
	background-image: url(../images/pen.png);
} 

*html #content #pen{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/pen.png");
	background:none;
}

#content #headline {
	height: 119px;
	width: 985px;
}
</pre></body></html>