html {
    width: 100%;
    height: 100%;
}
body {
    padding-top: 30px;
    padding-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}
.container {
    position: relative;
    width: 960px;
}
.place-list {
    height: 800px;
    overflow: scroll;
}
#map-canvas {
    width: 600px;
    height: 400px;
    background:#D8D8D8;
    border-radius: 10%;
    box-shadow: 0 0 10px -1px #000, 0 0;
    margin: 0 auto;
}
#viewstreet {
    width: 600px;
    height: 400px;
    background:#D8D8D8;
    border-radius: 10%;
    box-shadow: 0 0 10px -1px #000, 0 0;
    margin: 0 auto;
}
