.centered-box {
	width: 600px;
	height: 450px;
	background-color: #5b1743;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -250px;
	position: fixed;
}

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