body {
	background: #f3f3f3;
	margin: auto;
	padding: 0;
}

#content {
	background: #fff;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-weight: bold;
	text-align: center;
}

#mycustomscroll {

width: 100%;
height: 390px;
float: left;
position: relative;
background: transparent;
padding: 0;
margin: 0;
}

#mycustomscroll2 {
width: 100%;
height: 390px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
