#horizontalwrap {
/*border: 2px solid blue;  this is only for show*/
/* Following is the way to stack things dynamically */
display: inline; white-space: nowrap;
position:relative;
z-index:0;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 784px;
	height: 343px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	width: 784px;
	height: 343px;	
	margin-top:15px;
}

#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}


