#left {
	float: left;
	width: 250px;
	height: auto;
}
#right {
	float: right;
	width: 300px;
	height: auto;
}
