body {
  margin: 0; 
  padding: 0;
  }
  
#centrering {
  position: absolute; 
  left: 50%; 
  top: 50%;
  width: 600px; 
  height: 400px;
  margin-left: -300px; 
  margin-top: -200px;}
  }