html, body {
	background-color: white;
}

.maindiv {
	position: absolute;
	top: 0px;
	left: 0px;
}

.gamediv {
	border: thin solid red;
	position: absolute;
}
