#map {
    width: 535px;
    height: 469px;
    margin-bottom: 20px
    }
#spotarea {
    width: 535px;
    height: 140px
    }
.spot {
    font-size: 14px;
    width: 265px;
    float: left;
    margin-bottom: 8px;
    list-style-type: circle;
    list-style-position: inside
    }
.spot a {
    color: #009
    }
.spot a:hover {
    color: #f60
    }