body {
	background-color: #989898;
	margin: 0;
	padding: 0; padding-top: 1em;
		
}


#content {
	
	padding: 3em;
	margin:0.2em 2em;
}


/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 480px;
	height: 800px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #E7EADE;
	margin: 0.3em auto;
	padding: 15px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 460px;
	height: 620px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 15px;
}

.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 470px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

/* general page style ends here */


