body {
margin:0;
text-align:center;
background-color:#660000;
}


.centered_div {
width:800px;
height: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -400px;
margin-top: -200px;
}