#content_overflow {
	overflow-x:hidden;
	overflow-y:auto;
	height:400px;
	/*
	if screen res height 768: height 400px;
	if screen res height 1024: height 550px;	
	*/
}
