body {
	margin: 0;
	padding: 0; 
	
}




#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 270px;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 auto;
padding: 15px;
color: 2b221d;
}


