﻿body 
{
	margin: 0px;
	height: 100%;
}
#header
{
	position:relative;
	top:0px;
	left: 0px;
	width: 100%;
}
#body
{
	position: relative;
}
#menu
{
	position: absolute;
	left: 10px;
	top: 130px;
}
#submenu
{
	position: absolute;
	left: 180px;
	top: 130px;
}
#content
{
	position: absolute;
	left: 180px;
	top: 190px;
	width: 775px;
}
#poweredBy
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#myMap
{

	height: 400px;
	width: 625px;
}
.innertable
{
	width: 95%;
}