#c2-container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden; /* column 2 background colour */
}
#c2-container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%; /* column 1 background colour */
}
#c2-col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
#c2-col2 {
	float:left;
	width:54%;
	position:relative;
	left:49%;
	overflow:hidden;
}

