.centered-box {
	width: 500px;
	height: 500px;
	background-color: white;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -250px;
	position: fixed;
}

* html .centered-box { 
	position:absolute;
}