body{
	background: white;
}

#container{
	margin: auto;		width: 1000px;
	position: relative;
}

#content{	margin-bottom: 0px;
	min-height: 600px;

}

#leftcolumn{
 	float: left;
	width: 710px;
}

#rightcolumn{
	float: right;
	height: 100%;
	width:290px;
}
