.centered-box {
	width: 700px;
	height: 137px;
	background-color: white;
	left: 50%;
	top: 50%;
	margin-top: -80px;
	margin-left: -350px;
	position: fixed;
}

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