#container {
	width: 320px;
	margin: 0 auto;
}

#game {
	width: 320px;
	height: 320px;
	overflow: hidden;
}

p {
	padding: 5px;
}

#loading {
	display: none;
	position: absolute;
	top: 100px;
	left: 123px;
	padding: 10px;
	background-color: #fff;
	z-index: 100;
	border: 10px solid #000;
}
