html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#main{
	width:1024px;
	height:1124px;
}

#header{
	position:absolute;
	width:1024;
	height:100px;
	top:0px;
	left:0px;
}

#left{
	position:absolute;
	width:200px;
	height:800px;
	top:100px;
	left:0px;
}

#center{
	position:absolute;
	width:800px;
	height:900px;
	top:100px;
	left:210px;
}
#map_canvas{
	"position:absolute;
	width:800px;
	height:800px;
	top:80px;
	left:0px;
}

#cmdbox{
	position:absolute;
	top:0px;
	left:100px;
	width:800px;
	height:80px;
}

#infobox{
	position:absolute;
	top:210px;
	left:624px;width:400px;
	height:300px;
	text-align:left;
}

#subinfobox{
	position:absolute;
	left:300px;
}
