#game-container {
	position: relative;
	width: 1280px;
	height: 720px;
}

#screen {
	position: relative;
	border: solid 1px black;
	width: 1280px;
	height: 720px;
}