.body {
    background: #fff;
    margin: 0;
}

#titlediv {
    /* position: relative; */
    width: 100%;
    height: 685px;
    background-image: url(../images/titlebg1_1.png);
    background-size: 100% 100%;
    background-position: center;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#titleText {
    width: 788px;
    height: 190px;
    background-image: url(../images/title1_1.png);
}

#tilpdiv {
    width: 100%;
    height: 67px;
    background-image: url(../images/title1_2.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
}
#menuDiv
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 100px;
}
.menuButton1
{
    width: 883px;
    height: 182px;
    background-image: url(../images/button1_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
}
.menuButton2
{
    width: 883px;
    height: 182px;
    background-image: url(../images/button1_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    margin-top: 10px;
}
.menuButton3
{
    width: 883px;
    height: 181px;
    background-image: url(../images/button1_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    margin-top: 10px;
}