html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	min-width: 1024px;
	min-height: 768px;
	margin: 0;
	line-height: 1;
}

#game-container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-top: -350px;
	margin-left: -400px;
	width: 800px;
	height: 600px;
	border: 10px solid #00111e;
}

#game-content {
	width: 800px;
	height: 600px;
	background-color: #000000;
}