#left {
	display:block;
}

#center {
	float: right;
}

#left,
#center {
	width: 45%;
}

#right {
	clear: both;
}
