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

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