body{
    font-family: sans-serif;
    background: #eee;
#    text-align:center;
}
.wapper{
    width:1000px;
    height:1000px;
    margin:0 auto;
}
.map {
    width: 300px;
    height: auto;
}
#top{
    float:left;
    width:1000px;
    height:50px;
}
#menu{
    width:100px;
}
#left{
    float:left;
    width:800px;
    height:800px;
}
#showmessege{
    height:75px;
}
