body {
    background-color:#a5a6aa;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.main{
    width:800px;
    height:634px;
    margin:80px auto;
    padding:0;
    background-image:url(../images/map_bg.jpg);
}
.lable{
    color:#6c6c6c;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size:11px;
}
.column{
    position: relative;
    width:520px;
    margin:0 auto;
    height: auto;
    padding-top:30px;
}
.flag{
    float:left;
    width: auto;
    margin:0;
    padding:0;
}
.lable_sp{
    float:left;
    width: auto;
    margin:0;
    padding-right: 30px;
}
