#left-panel {
	float:left;
	clear:left;
	width:300px;
	height:300px;
}
#right-panel {
	float:left;
	clear:right;
}