*
{
   margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica Sans-serif;
	background: #908c7c;
}
#stage{
	width: 99%;
	height: 99%;
}
.logo {
background: url(dl-logo.png) no-repeat;
position: absolute;
width: 420px;
height: 70px;
top: 40%;
left: 50%;
margin-top: -35px;
margin-left: -210px;
}

.footer {
position: absolute;
width: 714px;
height: 80px;
top: 80%;
left: 50%;
margin-bottom: -150px;
margin-left: -357px;
font-weight: bold;
line-height: 1em;
}
.footer p{
font-size: 0.8em;
color: #FFF;
font-weight: normal;
}
.footer .fat{
font-weight: 700;
line-height: 1.1em;
letter-spacing: -0.02em;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}