
#content {
	background-color: #111111;
	padding: 1em;
	margin:0.2em 1em;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 530px;
height: 404px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #111111;
margin: 0em auto;
padding: 15px;
}



