/* Hard reset
-------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
}

.hidden {
	display: none;
}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
}

html, body, #container, #screen {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	width: 100%;
	height: 100%;
}
body {
	background-color: black;
	color: white;
}
/* @media (min-width: 1400px) {
	#container {
		border: solid silver 1px;
		width: 1400px;
		height: 800px;
		position: absolute;
		left: 50%;
		margin-left: -700px;
		top: 50%;
		margin-top: -400px;
	}
} */

#stats {
	position: absolute;
	top: 0;
}

/* crosshair */
#crosshair {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px;
}
#userInfo {
	width: 160px;
	height: 60px;
	position: absolute;
	top: 100%;
	left: 100%;
	margin: -70px 0 0 -175px;
	
	font-size: 14px;
	text-align: right;
	line-height: 20px;
}