.linklist{
    width: 100%;
    margin: 0 auto;
}
.linklist li{
    width: 90%;
    margin: 0 auto 0 0;
    padding: 20px 0;
    list-style: inside;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.linklist li:first-child{
    border-top:0px;
}
.linklist li:last-child{
    border-bottom:0px;
}

img.linklogo{
    width: 468px;
    height: 60px;
}
