#field {
	z-index: 0;
	margin: 0 auto;
	vertical-align: middle;
	padding: 0;
	width: 900px;
	height: 500px;
	position: relative;
}

#linestraight {
	z-index: 1;
	position: absolute;
	background-color: white;
}
#linebox {
	z-index: 10;
	position: absolute;
	border: solid 1px white;
	box-sizing: border-box;
	background: white;
}

#castle {
	z-index: 2;
	width: 51px;
	height: 52px;
	position: absolute;
	background-image: url("/img/castle.png");
}

#flag {
	z-index: 3;
	width: 20px;
	height: 58px;
	position: absolute;
	background-image: url("/img/flag.png");
}

#dust {
	z-index: 6;
	width: 56px;
	height: 56px;
	position: absolute;
	background-image: url("/img/dust.gif");
}

#player {
	z-index: 5;
	width: 20px;
	height: 20px;
	position: absolute;
	background-repeat: no-repeat;
	padding: 4px 0 0 0;
	font-size: xx-small;
	white-space: nowrap;
	text-align: center;
}
#player_front {
	z-index: 4;
	width: 10px;
	height: 10px;
	position: absolute;
}

