/* Content-holder */
.content-holder{
	width:100%;
	border-bottom:1px solid #ccc;
	height:462px;
	position:relative;
	overflow-x: hidden;
	overflow-y: auto;
	float:left;
}