#side-a {
	float: left;
	width: 33%;
	
}

#side-b {
	float: right;
	width: 33%;

}

#content {
	float: left;
	width: 33%;
	
}

