#mpPreloader {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	text-align: center;
}
#mpStage {
	position: relative;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	padding: 0px;
	border-collapse: collapse;
}
#mpNavList {
	position: relative;
	left: 0px;
	top: 300px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#mpGameContainer {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
#mpPieceContainer {
	position: absolute;
	float: left;
	padding: 2em 2em 2em 2em;
}
#mpSupport {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
#mpHint {
	position: absolute;
	top: 0px;
	left: 0px;
}
#mpPiece {
	float: left;
}
#mpPieceBoundingBox {
	position: absolute;
}
#mpLocationName {
	position: absolute;
	color: red;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 2em;
	text-shadow: 1px 1px #000000;
	font-style: normal;
	line-height: 120%;
}
#mpEndgameDialog {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 50%;
	height: 50%;
	margin-left: 25%;
	/* Note the weakness of 'margin-top'; we use the parent container WIDTH, not its HEIGHT, as you might expect.*/
	margin-top: 18.75%;
	background-color:white;
	border: 1px solid black;
	border-radius: 10px;
}
#mpEndgameDialogContainer {
	padding: 10px;
}
#game_endgame_dialog_contents p, h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 2em;
}
#mpEndgameButton {
	position: absolute;
	right: 5%;
	bottom: 5%;
}
.plcSml {
	font-size: 0.7em;
}
body {
	font-size: 1em;
}
