#column1 {
	float: left;
	width: 28%;
	background: #fff;
}

#column2 {
	float: right;
	width: 72%;
	background: #fff;
}