/* EQUAL COLUMNS */

#imagecontainer  {
	text-align: right;
	position: relative;
	width: 420px;
	height: 340px;
	float: left;
	overflow: hidden;
}

#textcontainer  {
	text-align: left;
	position: relative;
	width: 420px;
	height: 340px;
	float: right;
}
