body {
	background-color: black;
}

#centered {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
}

#maincontainer {
	position: absolute;
	background-color: black;
	width: 800px;
	height: 550px;
	border: 4px solid;
	border-color: #ffffff;
}

#footer {
	position: absolute;
	background-color: black;
	top: 565px;
	width: 800px;
	height: 50px;
}
