.centered {
  width: 1024px;
  height: 768px;
  background-color: black;
  left: 50%;
  top: 50%;
  margin-top: -389px;
  margin-left: -512px;
  position: fixed;
}

* html .centered { 
  background-color: black;
  position:absolute;
}