@charset "UTF-8";
/* CSS Document */

#content {
	padding: 9em;
	margin: 0.2em 2em;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 510;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0px;
	text-align: left;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
}
