html {
	background: #000;
	height: 100%;
}

body {
	color: #fff;
	background: #000;
	font-family: monospace;
	padding: 0;
	margin: 0;
	background: url(../images/moonbeam-stars.gif);
	background-size: 480px;
	image-rendering: pixelated;
}

a {
	color: #feb9e3;
}

.container {
	margin: auto;
	width: 90%;
	text-align: center;
	overflow: hidden;
}

.content {
	max-width: 600px;
	margin: auto;
	padding: 15px;
	border: solid 2px #fff;
	background: black;
}

.text-content {
	text-align: left;
	margin: 40px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.selected {
	background: white;
	color: black;
}

.gallery img {
	max-width: 400px;
}

body.enter-site {
	height: 100%;
}

.enter-site .container {
	height: 100%;
}

.enter-site .content {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}