#left {
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px;
	background-color: #e5e2dc;
	height: 384px;
	position: relative;
}
#right {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	background-color: #e5e2dc;
	height: 384px;
	position: relative;
}

