body{
    background-image: url(../pictures/programming/progamer.gif);
}
.centerdiv {
  background-color: grey;
  width: 80vw;
  margin: 0 auto; /* This centers the div automatically */
  padding-bottom: 50px; /* Gives some space at the bottom */
  position: relative; 
}
