body {
	background-color: black;
}

img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 512px;
	height: 512px;
	margin-top: -256px;
	margin-left: -256px;
}
