body {
	padding: 0px;
	margin: 0px;
	font-family: "BebasNeue", sans-serif;
	letter-spacing: 0.03em;
	background: #111;
}

form, table {
	margin: 0px;
	padding: 0px;
	border: none;
}

img {
	border: 0px;
}

#game_box {
	position: relative;
	width: 900px;
	height: 600px;
	margin: 0px auto 0px;
	overflow: hidden;
}

#panel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 600px;
}

.button {
	display: block;
	border: 4px solid #ccc;
	color: #ccc;
	text-decoration: none;
}

.button:hover {
	border: 4px solid #fff !important;
	color: #fff !important;
}

.button:active {
	margin-top: 2px;
	border: 4px solid #fff !important;
	text-decoration: none;
	color: #fff !important;
}

#life_bar {
	position: absolute;
	left: 60px;
	top: 12px;
	width: 200px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #eee;
	font-size: 18px;
	text-shadow: 0px 0px 2px #000;
}

#xp_bar {
	position: absolute;
	left: 640px;
	top: 12px;
	width: 200px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #eee;
	font-size: 18px;
	text-shadow: 0px 0px 2px #000;
}

#gold {
	position: absolute;
	left: 426px;
	top: 12px;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	color: #eee;
	font-size: 18px;
	text-shadow: 0px 0px 2px #000;
}

#level {
	position: absolute;
	left: 848px;
	top: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #eee;
	font-size: 30px;
	text-shadow: 0px 0px 4px #000;
}

#victory {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 600px;
	background: #000 url(../img/princess.png) 418px 200px no-repeat;
}

#victory_title {
	position: absolute;
	left: 0px;
	top: 350px;
	width: 900px;
	height: 100px;
	font-size: 80px;
	line-height: 80px;
	text-align: center;
	color: #ccc;
}

#victory_text {
	position: absolute;
	left: 0px;
	top: 420px;
	width: 900px;
	height: 100px;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	color: #ccc;
}

#respawn_screen {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 600px;
	background: #000;
}

#respawn_title {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 900px;
	height: 100px;
	font-size: 80px;
	text-align: center;
	color: #999;
}

#respawn_malus {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 900px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #999;
	font-size: 22px;
}

#respawn_malus_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/coin_xp.png);
	vertical-align: middle;
}

#respawn_button {
	position: absolute;
	left: 390px;
	top: 379px;
	width: 120px;
	height: 60px;
}

#respawn_button a {
	width: 112px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 22px;
}

#dialog {
	display: none;
	position: absolute;
	left: 0px;
	top: 400px;
	width: 900px;
	height: 200px;
	background: url(../img/dialog.png);
}

#dialog_content {
	position: absolute;
	left: 120px;
	top: 28px;
	width: 740px;
	height: 90px;
	font-size: 28px;
	line-height: 30px;
	color: #999;
}

#dialog_button {
	position: absolute;
	left: 120px;
	top: 124px;
	width: 740px;
	height: 48px;
}

#dialog_button a {
	width: 732px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
}

#levelup {
	display: none;
	position: absolute;
	left: 0px;
	top: 400px;
	width: 900px;
	height: 200px;
	background: url(../img/levelup.png) no-repeat;
}

#levelup_title {
	position: absolute;
	left: 28px;
	top: 27px;
	width: 820px;
	height: 30px;
	font-size: 32px;
	line-height: 30px;
	color: #ccc;
}

#levelup_text {
	position: absolute;
	left: 28px;
	top: 72px;
	width: 360px;
	height: 30px;
	font-size: 22px;
	line-height: 28px;
	color: #ccc;
}

#loading {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 600px;
}

#loading_text {
	position: absolute;
	left: 410px;
	top: 480px;
	width: 80px;
	height: 30px;
	color: #999;
	font-size: 19px;
	text-align: center;
	line-height: 30px;
}

#loading_bar_box {
	position: absolute;
	left: 410px;
	top: 510px;
	width: 80px;
	height: 8px;
	background: #333;
}

#loading_bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 8px;
	background: #999;
}

#fps {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #fff;
	color: #000;
	opacity: 0.8;
}