HTML, BODY {
	background-color: #e2e1d6;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
        
div#centered { 
	border: 0;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 25%;
	top: 25%;
	color: black; 
}