CSS: Problem with Div Heights

Hi guys,

I’ve got a site where I have 2 divs inside a wrapper…

The wrapper has the following set:


#wrapper {
	width:950px;
	min-height:485px;
	height:auto !important;
	height:485px;
	margin:0 auto 45px auto;
	background-color:#663300;
}

The left div and right div are both floated left and have a height of 100% each.

I need it so that whent he right div (which is where the content goes) stretches in height, the left one stretches with it. But I’ve done a lot of research and nothing works…

Can anyone help?

Thanks!

B :sen: