body {
	background-color: #161616;
	
}


.box {
	border: 2px solid #FFFFFF;
	height: 400px;
	width: 800px;
	position: absolute;
	top: 50%;
    left: 50%;
	margin-top: -200px;
	margin-left: -400px;
}





