#map {
  width: 740px;
  height: 360px;
  background: url(../img/world-map.png) no-repeat top left;
}
#map a {
	float: left;
}
#map a {
 	display: block;
 	width: 10px;
 	height: 10px;
}
#map-link {
  margin-top: 10px;
  text-align: center;
  padding-bottom: 5px;
}
#map-link a {
  font-weight: bold;
  text-decoration: none;
}
#map-link a:hover {
  color: #888;
}

#read {
  float: left;
  width: 100%;
  border-top: 1px dotted #CCC;
  padding-top: 5px;
}
