@CHARSET "UTF-8";
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: black;

	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#content {
	color:white;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 0;
}

#mainMenu {
	color: white;
	
	font-family: monospace;
	
	position: absolute;
	left: 3%;
	bottom: 3%;
	padding: 1em;

	border-style: solid;
	border-color: lightgray;
	border-thickness: 2px;
}

#mainMenu a {
	color: gray;
	text-decoration: none;
}
#mainMenu a:hover {
	color: white;
	text-decoration: none;
}

#mainMenu li {
	color: gray;
}
#mainMenu li:hover {
	color: white;	
}
}