		img { border:0; }
		a { color:#03afe1; text-decoration:none; margin:0; padding:0;} 
		a:hover { text-decoration:none; }
#fixme { position: absolute; left: 0px; top: 0px; }
#fixmetoo { position: absolute; right: 0px; bottom: -50px; }
div > div#fixme { position: fixed; }
div > div#fixmetoo { position: fixed; }
pre.fixit { overflow:auto;border-left:1px dashed #000;border-right:1px dashed #000;padding-left:2px; }

#headstrap {
	background-color:black;
	width: 100%;
	height: 107px;
	position: fixed;
	z-index: 20;
	top:0;
	left:0;
}


body {
	line-height:1.6em;
	background-repeat: no-repeat;
	margin:0;
	font-family: verdana;
	font-size: 12px;
	background-color:black;
}

div {
	font-size:12px;
}

.bgfooter {
	margin:200px 0 0 0;
	position:absolute;
	top:200px;
	left:0;
}

.contentBox {
	position:absolute;
	width:750px;
	height:400px;
	top:125px;
	left:220px;
	z-index:10;
}

div#fixme {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div#fixmetoo {
right: auto; bottom: auto;
left: expression( ( 0 - fixmetoo.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - fixmetoo.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
