body{
	background: #17181a;
}

img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 400px;
   height: 200px;
   margin-top: -100px; /* Half the height */
   margin-left: -200px; /* Half the width */
}