html, body {
    background-color: black;
    color: #999;
    margin: 0;
    padding: 0;
    font-family: Sans-Serif;
}

#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	text-align: center;
}

#content {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 200px;
	height: 40px;
	visibility: visible;
	margin-left: -100px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.6em;
	visibility: visible;
	display: block;
	font-size: 0.7em;
	text-align: center;
}