body {
	background-image: url("images/background-1.png");
	background-color: #111111;
	image-rendering: pixelated;
	background-position: center top;
	background-attachment: fixed;
}
img {
	display: block;
	margin: auto;
	image-rendering: pixelated;
}
h1 {
	text-align: center;
	color: white;
}
p {
	text-align: center;
	color: white;
}
a {
	text-align: center;
	display: block;
	margin: auto;
}
div.whole {
	margin: auto;
	display: block;
	background-image: linear-gradient(#222222, #111111, #050505);
	padding-top: 32px;
	padding-bottom: 32px;
	width: 640px;
}