    .balloon {
		color: #000000;
	}

	#map_canvas {
	   width: 100%;
	   height: 400px;
	   color:#000000;
	}

	#copyright {
	   position:absolute;
	   top: 500px;
	   left: 500px;
	   width: 150px;
	   height: 30px;
	}

	#administration {
	   position:absolute;
	   left: 45%;
	   width: 70%;
	}

	#coordinates {
	   position:absolute;
	   left: 5%;
	   width: 20%;
	}
	
	#addgroup, #editgroup, #savegroup, #checkprofile  {
	   border:1px solid gray;
	   background: #ffffff;
	   display: none;
	   position:absolute;
	   top: 36%;
	   left: 45%;
	   width: 330px;
	   height: 370px;
	   padding: 10px;
	   textarea: 100%;
	}

	#copyright {
	   position:absolute;
	   top: 98%;
	   left: 40%;
	   width: 27%;
	   height: 30px;
	}

