body {
    margin: 0px;
    padding: 0px;
    font-family: Sans-Serif;
    font-size: 12px;
}

#mapcontainer {
  background-color: transparent;
	position: absolute;
	top: 2px;
	left: 2px;
	overflow:hidden;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

#mainmap {
    z-index: 1;
}

img.polygon_highlight {
    z-index: 2;
}

img.polygon_selected {
    z-index: 3;
}

#viewbox {
    position: absolute;
    z-index: 4;
    /*
    border: 1px solid red;
	*/
}

#overlay {
    z-index: 5;
}

#selections {
    position: absolute;
    top: 0;
    left: 1000px;
}

#mapcontent {
	position: absolute;
	/*
	overflow: hidden;
    border: 2px solid blue;
	*/
}

#maphover {
    position: absolute;
    top: 460px;
    left: 600px;
    width: 300px;
    display: block;
    line-height: 2em;
    padding-left: 5px;
    background-color: #F7FAD9;
    border: 1px solid #E4EE81;
    z-index: 5;
}

a#backlink {
    color: blue;
    position: absolute;
    top: 100px;
    left: 20px;
}