html,body
{
height:100%;
}

#container
{
min-height: 100%;
}

/* para internet explorer v6 */

* html #container
{
height:100%;
}

#footer
{
position:relative;
height:40px;
margin-top:-40px;
}