h1 {
    color: #00ff00;
}

#area_selector_map{
    position: relative;
}
.city_marker {
    width: 10px;
    height: 10px;
    background: url('city.png') left 1px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}

.city_marker:hover, .city_marker.active
{
    background-position:left -19px;
}

.leftimg 
{
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}
.rightimg  
{
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

