body {
    background-image: url("http://dl.dropboxusercontent.com/s/6gr1ryc5q22nrs2/background01.jpg");
    background-repeat: repeat;
}

div.title {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}

div.menu {
    width: 600px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}

div.content {
    width: 800px;
    text-align: center;
    margin: 0 auto;
}

div.map {
    float: center;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}

div.row {
    float: center;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}

div.pref {
    float: left;
    width: 145px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
}

div.bottom {
    clear: both;
    width: 800px;
    text-align: center;
    margin: 0 auto;
}
