body {
	background-color: #989898;
	margin: 0;
	padding: 0; padding-top: 0;
	
}


#content {
	background-color: #AAAAAA;

}

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