.innerSet {
    float: left;
    height: 270px;
    width: 45%;
}

#selector {
    position: relative;
    width: 158px;
    top: 130px;
    left: -170px;
    display: inline-block;
}


#map {
    position: relative;
    top: -300px;
    left: 160px;
    display: inline-block;
}

table {
    position: relative;
    display: inline-block;
    border-color: red;
    width: 158px;
    left: -10px;
    float: left;
}


#center {
    padding-bottom: 0;
    height: 500px;
}