body {
	background: #021626 url('gfx/bg-texture.png');
	/*height: 100%;*/
	font: 13px "Vectora";
}

a {
	text-decoration: none;
	color: #f2bc1b;
}

.transparent, .floor_dimexit {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}

.floor_dimexit {
	position: fixed;
	top: 0;
	left: 0;
}

/*
* Panes
*/

#middle {
	/*width: 1000px;*/ /* TODO: This should be generated from floor widths and heights */
	/*height: 1000px;*/
	/*margin-right: 340px;*/
}

#bottompane {
	position: fixed;
	right: 300px;
	bottom: 15px;
	left: 15px;
}

/*#middle {
	background: yellow;
}

.floor {
	background: red;
}

.room {
	background: green;
}*/