#title {
  font-size: 20px;
}
#content {
  //float: bottom;
  //width: 1000px;
  background-color: #99b3cc;
}
#map {
  float: left;
}
#sidebar {
  width: 300px;
  float: right;
  position: absolute;
  font-size: 14px;
  left: 75%;
  //left: 921px;
  background-color: #99b3cc;

}
#twitter {  
  font-size: 14px;
}
#updatetime {
  float: bottom;
  font-size: 14px;
  width: 300px;
}

#footerad {
  background-color: #ffffff;
}

#headerad {
  float: right;
}

