div#main {
	height: 100%;
	width: 100%;
	background-color:#000000;
}
div#main_two {
	height: 100%;
	width: 100%;
	background-image: url('../images/base/bg/bg.maintwo.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}

div#terminal {
	position: relative;
	z-index: 2;
	margin-top: -50px;
}

div#control_area {
	width: 960px;
	height: 600px;
	background-image: url('../images/base/bg/bg.terminal.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#top_area{
	position: relative;
	background-image: url('../images/base/bg/round.scr.png');background-repeat: no-repeat;
	z-index:100;
	background-position: top left;
	margin-left: 20px;
	height: 150px;
}

div#btm_area{
	position: relative;
	clear: both;
	height: 50px;
}

.loader{
	background-position: center top;
	height: 35px;
	background-image: url('../images/base/standby.png'); background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
}

.loader.on{
	background-position: center top;
	background-image: url('../images/base/loading.gif'); background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
}

div#left_menu {
	width: 175px;
	float: left;
	margin-right:-7px;
	margin-top: 40px;
	text-align: right;
}
div#screen{
	position: relative;
	z-index: 4;
	width: 610px;
	height: 470px;
	background-image: url('../images/base/screen/screen.png');
	background-repeat: no-repeat;
	float: left;
}
div#right_menu {
	position: relative;
	width: 175px;
	float: left;
	margin-left: -7px;
	margin-top: 40px;
	left: -150px;
	z-index: 0;
}

div#scr_container{
	margin: 40px;
}

div#scr_content{
	text-aling: center;
	overflow: hidden;
	scrollbar: no;
	height: 380px;
}

div#zaxis{
	width: 30px;
	height: 353px;
	font-size: 10px;
	float: left;
}

div#zaxis div.oz{
	font-size: 11px;
	height:32px;
	border-bottom: none;
}

div#zaxis div.oz div{
	padding-top: 0px;
}

div#xaxis{
	height: 15px;
	font-size: 11px;
}

div#xaxis div.ox{
	font-size: 11px;
	width: 32px;
	float: left;
}

div#world_map{
	border-left: solid #CC9966 1px;
	border-top: solid #CC9966 1px;
	text-align:right;
	float: left;
}

div#top_resources {
	background-color: #000000;
}

div#mapper{
	width:320px;
	height:320px;
	background-image: url('../images/base/screen/bg.map.png');
	background-repeat: repeat-x repeat-y;
	background-position: left top;
	
}

div#big_map{
	border-left: solid #CC9966 1px;
	border-top: solid #CC9966 1px;
	text-align:right;
	float: left;
}

div#big_mapper{
	width:320px;
	height:320px;
	background-image: url('../images/base/screen/bg.bigmap.png');
	background-repeat: repeat-x repeat-y;
	background-position: left top;
	
}

div#resources{
	width: 600px;
	margin-top: -10px;
}