Footer not clearing

Footer not clearing

Why is my footer not appearing at the bottom properly. I applied clear:both; yet noting.

http://www.vellosdesigns.com/newsite/build-2/

Please can you help?

Thanks

Hi,

It looks like you set the height of smallpics to 180px when they should be 280px.


#smallpics {
    height: 280px;
}

Thanks Paul O’B