@charset "utf-8";

body {
  margin:0;
  padding:0;
  font-size:11px;
  font-family:Tahoma;
  height:100%;
  width:100%;
}

a img {
  border:0;
}

.clear {
  clear:both;
}

#map_container {
  background:#fff;
  width:100%;
  height:100%;
}

#popup { 
    display:none;
    position:absolute;
    left:200px;
    top:200px;
    background:#fff;
    width:500px;
    min-height:180px;
    z-index:99;
    border:1px solid #666;
    border-right:2px solid #000;
    border-bottom:2px solid #000;
}

#popup .pop_content {
  padding:10px;
  font-size:12px;
}

#popup .pop_content p {
  margin: 10px 20px 20px 0;
}

#popup .pop_content h2 {
  font-family:Arial;
  font-size:18px;
  font-weight:normal;
  margin:0px 0 15px;
}

#popup_head {
  width:480px;
  padding:4px 10px;
  text-align:right;
  background:#000;
}

#popup_head a{
    color:#fff;
}


#footer {
  display:block;
  position:fixed;
  bottom:0;
  width:1200px;
  left:70px;
  padding:5px 5px; 
  z-index:9999;
}

#footer span {
  background:#fff;
}

#footer a {
  color:red;
}


#logo {
  display:none;
  width:250px;
  height:154px;
  position:fixed;
  left:30px;
  top:20px;
  z-index:9999;
  padding:10px;
}
