ancora ciao a tutti..

non riesco ad impostare l'altezza delle colonne fino in fondo alla pagina...
cosa manca?

codice:
body>div#container
{
	height: auto; 
	min-height: 100%;
}

html,body
{
	height:100%;
}

div#container { 
	background: no-repeat left; 
	width:auto;
	height:auto;
}

div#navigationR{
	float:right;
	width:140px;
    top: 170px;
	border-color: #004400;
	background-color: #226622;
	border-width: 3px;
	border-style: solid;
}

div#navigationL{
    float:left;
	top: 170px;
    width: 140px;
	height:100%;
	border-color: #880000;
	background-color: #BB0000;
	border-width: 3px;
	border-style: solid;
}

div#content{
	margin-left:140px;
	margin-right:140px;
	width:700px;
}