body {
	
	margin: 200 px;
	padding: 200 px; padding-top: 0; 
	
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 350px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 5 px;
}






.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

