/* CSS Document */

.DeadCenter_Overlay
{

	position: absolute;
	width: 100%;
	height: 100%;
	
	-moz-opacity:0.85;
	filter:Alpha(Opacity=85);
	
	top: 0;
	left: 0;
	z-index: 90;
	background-color: #000000;
}

.DeadCenter_Horizon        
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index: 100;
}

.DeadCenter_Content    
	{
	margin-left: -150px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 300px;
	height: 300px;
	visibility: visible;
	z-index: 101;
}

.DeadCenter_Header
{
	height: 20px;
	width: 300px;
	background-color: white;
}
