#darken {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}
* html #darken { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#column_4 #player_right {
	color: #000;
}

#column_4 #player_right h1 {
	color: #000;
}

#footer .content .copy {
	float: left;
}

#footer .content .developer {
	font-size: 11px;
	float: right;
}