a:link{
    color:rgb(109, 109, 109);
}


a:visited{
    color:rgb(109, 109, 109);
}

a:hover{
    color:rgb(109, 109, 109);
}

a:active{
    color:rgb(109, 109, 109);
}

a{
    text-decoration: none;
}


body{

    background-color: #fffab6;

    .head-canvas{
        background-color: #ffe3c6;
        position: fixed;
        top: 20px;
        left: 20px;
        width: 100%;
        height: 110px;
        border-radius: 5px;

        #head-image{
            position: fixed;
            top: 20px;
            left: 20px;
            height: 110px;
            width: auto;
        }
        
        #head-textimg{
            position: fixed;
            top: 20px;
            left: 150px;
            height: 60px;
            width: auto;
        } 


    }

}




.body{
    background-color: #fffab6;
    position: fixed;
    height: 500px;
    width: 100%;
    top: 120px;
    left: 0px;


    #body-leftrect{
        position: fixed;
        height: 460px;
         width: 60%;
        background-color: rgb(255, 249, 216);
         top:140px;
        left: 20px;
        border-radius: 40px;
        border-style: dotted;
        border-color: rebeccapurple;
    }



    #body-rightrect{
        position: fixed;
        height: 460px;
        width: 32%;
        background-color: rgb(255, 221, 177);
        top:140px;
        left:64%;
        border-radius: 40px;
        border-style: dotted;
        border-color: burlywood;

        .firstlinetext{
            position: relative;
            top:20px;
            left:20px;
        }

        .secondlinetext{
            position: relative;
            top:40px;
            left:20px;
        }

        .thirdlinetext{
            position: relative;
            top:180px;
            left:20px;
        }

        .fourthlinetext{
            position: relative;
            top:200px;
            left:20px;
        }

        .fifthlinetext{
            position: relative;
            top:220px;
            left:20px;
        }

        .sixthlinetext{
            position: relative;
            top:240px;
            left:20px;
        }
    }

    #body-lefttable{
        position: fixed;
        top: 160px;
        left: 660px;
    }

    #body-righttable{
        position: relative;
        top:60px;
        left: 40px;
    }

    #body-righttable-1{
        position: relative;
        top:40px;
        left: 40px;
    }

   

}




#foot{
    background-color: #fff5c6;
    position: fixed;
    bottom: 40px;
    height: 20px;
    left: 0px;
    width: 100%;


    #foot-text{
        position: absolute;
        height: 20;
        color: rgb(109, 109, 109);
        left: 20%;
        font-size: small;
    }

    #foot-img{
        position: absolute;
        left :20px;
        bottom: -2px;
        height: 40px;
        width: auto;
    }

    #foot-imggongan{
        position: relative;
        height: 12px;
        width: auto;
    }

    #foot-miit{
        font-size:small;
    }

    #foot-supportnav{
        position: relative;
        height: 20;
        color: rgb(109, 109, 109);
        left: 35%;
        font-size: small;
    }

    #foot-agreenav{
        position: relative;
        height: 20;
        color: rgb(109, 109, 109);
        left: 15%;
        font-size: small;
    }


}

