Its the ad area in between General Full List... | Anime Full List...
and the feather. at the bottom of the front page.
http://www.plentyoftorrents.com
Im just trying to figure out why its doing that because I closed the div tags for the above table. So I dont see why it should be showing up. 
heres the css for the table which is in the head of the front page.
Code:
<style>
.hideFromScreen {display:none;}
A { text-decoration:none }
a:link {
color: #000000;
}
a:visited {
color: #607ec5;
}
a:hover {
color: #3366FF;
text-decoration: none;
}
a:active {
color: #99ccff;
}
table {
text-align: left;
font-size: 12px;
font-family: book antiqua;
background: #606060;
}
table thead {
cursor: pointer;
}
table thead tr,
table tfoot tr {
background: url(images/tablemenu.png) repeat-x;
}
table tbody tr {
background: #FFFFFF;
}
table tbody tr:hover {
background:#F0F0F0;
}
td, th {
border: 1px solid black;
}
th {
color:#ffffff;
}
</style>
Bookmarks