/*######################################################*/
/*                                                      */
/*            CSS Standard by sevencoder.com            */
/*                                                      */
/*######################################################*/


body {
  background: #454545;
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

#construction {
  background: url('images/construction.jpg');
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 200px;
  margin-top: -100px;
  margin-left: -125px;
}

