html{
	height: 100%;
	background: #fff url(images/bg_bg_bg.jpg);
}
body 
	{
	color: #fff;
	margin: 0px;
	height: 100%
}

#horiz{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
	
#dead_mid{
	margin: 0 0 0 -375px;
	position: absolute;
	top: -255px;
	left: 50%;
	width: 750px;
	height: 513px;
	visibility: visible;
}

#button{
	position:absolute;
	bottom: -12px;
	left: 317px;
	z-index:32;
}

#disclaimer{
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	text-align: center;
	color:#928062;
	width: 500px;
	bottom: -45px;
	left: 120px;				
	z-index:auto;
}

#button a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color: #fcedcb;
}

#button a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-decoration: underline;
	color: #f8e8c7;
}

img{
	border: none;
}
	