body {
  font-family: verdana, sans-serif;
  font-size:11px;
  background-color:#eee;
  color:black;
}

.header {
  background-color: #ffaaaa;
  padding: 2px;
  font-weight: bold;
}

#container {
   top: 80px;
   right:20px;
   position:absolute;
   width:220px;
   border:1px solid black;
   background-color:white;
   cursor:default
}

#info {
  padding: 2px;
}

#info span {
   cursor:pointer;
}

#map {
  width:2000px;
  height:2000px;
  border:4px double #880000;
}

v\:* {
  behavior:url(#default#VML);
}
