div#copyright {
	position: absolute;
	width: 100%;
	height: 1em;
	bottom: 0;
	z-index: 100;

	font-size: 0.6em;
	font-family: monospace;
	text-align: center;
}

/*** ----- Menu ------- ***/
div#menu-container {
	position: relative;
	width: 80%;
	height: 100%;
	margin: auto;
	padding: 0;

	background-color: white;
}

div#menu-container h1 {
	position: absolute;
	left: 10%;
	top: 0;

	font-size: 7em;
}

div#menu-container div#menu-options {
	position: absolute;
	right: 0;
	bottom: 10%;
	width: 48%;
	height: 4em;
	margin: 0;

	list-style: none;
}

div#menu-container div#menu-options form#new-game {
	display: inline-block;
}
