#game-container {
	position: relative;
	width: 512px;
	height: 512px;
}

#screen {
	position: relative;
	border: solid 1px black;
	width: 1024px;
	height: 512px;
}