body {
 background: #000000;
}
.centered_div {
width: 800px;
height: 560px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -400px;
margin-top: -280px;
background: #000000;
overflow:hidden;
}

