Check out my website at
I need help getting the black column with my thumbnails to extend all the way down on the site. Here is the CSS code for the thumbnails:
#thumbnails {
position:absolute;
top: 110px;
width: 190px;
height: 100%;
min-height: 100%;
background-color: #000000;
}