#sponsorspagelayer
{
    position:relative;
    width: 1200px;
    top:5px;
    left:15px;
    z-index:1;
}

#sponsorslayer
{
    position: relative;
    left: 200px;
    top: 10px;
    width: 800px;
    background-color: #EEEEEE;
    border-radius: 5px;
    border: 1px solid gray;
}

td.tablerow
{
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: black;
}

td.tablerowbold
{
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

td.tablerowlink, a.tablerowlink
{
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: black;
}

td.tablerowlink:hover
{
    background-color: lime;
}