.centered-box {
	width: 1900px;
	height: 980px;
	background-color: black;
	left: 50%;
	top: 50%;
	margin-top: -490px;
	margin-left: -950px;
	position: fixed;
}

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

