#column-1, #column-2 {
	display:block;
	float:left;
}

#column-1 {
	width:74%;
}

#column-2 {
	width:25%;
	background: #FFF6DF;
}