div.fx_twoColumn {
	position: relative;
	height: 100%; /* IE positioning fix */
}
div.fx_column_left {
	float: left;
	width: 370px;
}
div.fx_column_right {
	float: right;
	width: 370px;
}