#conv_link{
    position: absolute;
    width: 100%;
    height: 30%;
    top: 100%;
}

#conv_link>ul{
    display: inline-block;
    position: absolute;
    margin-top: 3vh;
    list-style: none;
    font-size: 0.8em;
    line-height: 2em;
}

#conv_link>ul>li:first-child{
    font-size: 1.1em;
    font-weight: bold;
}

#linklist1{
    left: 12%;
}

#linklist2{
    left: 24%;
}

#linklist3{
    left: 36%;
}

#linklist4{
    left: 48%;
}

#conv_link>img{
    display: block;
    position: absolute;
    width: 20%;
    height: 90%;
    top: 5%;
    left: 65%;
}

#conv_link>div{
    position: absolute;
    left: 7%;
    bottom: 2%;
    width: 86%;
    height: 1px;
    background-color: silver;
}

#footer{
    position: absolute;
    width: 100%;
    height: 5%;
    top: 130%;
}

#footer>span{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    text-align: center;
}