body {
	background:#000;
	color:#fff;
	cursor: default;
	font-size: 16px;
	font-family: 'Press Start 2P', monospace;
	margin:auto;
	width:800px;
}

#combatwindow {
	margin-top: 16px;
	vertical-align: top!important;
	width: 740px;
}

#combatwindow #actions .link {
	display: inline-block;
	height: 20px;
	margin: 10px 40px;
	text-align: center;
}

#combatwindow #enbar {
	display: block;
}

#combatwindow #enbar .hp {
	float: right;
	margin-top: 3px;
}

#combatwindow #hpbar {
	display: block;
}

#combatwindow #hpbar .mp {
	float: right;
	margin-top: 3px;
}

#combatwindow #message {
	height: 340px;
	width: 740px;
}

#combatwindow #message:before {
	content: '';
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#combatwindow #message div {
	display: inline-block;
	text-align:  center;
	vertical-align: middle;
	width: 100%;
}

#combatwindow #message #spelllist .link {
	text-align: left;
	margin: 0;
}

#gamewindow {
	height: 460px;
	text-align: center;
}

#gamewindow:before {
	content: '';
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#gamewindow div {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#gamewindow div .center {
	text-align: center;
}

#gamewindow div .doublespace {
	margin-bottom: 24px!important;
}

#gamewindow div .link {
	cursor: hand;
	cursor: pointer;
	display: block;
	margin: 10px 0;
	padding: 5px;
}

#gamewindow div .link.inactive {
	color: #777;
	cursor: default;
}

#gamewindow div .line {
	display: block;
	margin: 10px;
	padding: 5px;
}

#loader {
	border: 1px solid white;
	border-radius: 2px;
	height: 5px;
	left: 50%;
	margin: -5px -100px;
	padding: 1px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 200px;
}

#loaderbar {
	background: white;
	height: 100%;
	width: 0%;
}

#title {
	background-color: #fff;
	color: #000;
	height: 18px;
	padding: 1px 0;
	text-align: center;
	text-transform: uppercase;
	width: 800px;
}

.doubleline {
	line-height:2.5em;
}

.fullwidth {
	width: 100%;
}

.paragraph {
	text-align: justify!important;
	width: 700px;
}