#content {
	display: block;
	float: left;
	position: absolute;
	bottom: 0px;
	z-index: 99;
	
	width: 564px;
	height: 310px;
	overflow: auto;
	
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 25px 40px 0px 300px;
}

#sidebar {
	display: block;
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 130px;
	z-index: 99;
}