#content {
	background-color: #BED3E7;
	background-image: url(../images/bodybg.png);
	padding: 3em;
	margin:0.2em 2em;
	width: 450px;
	height: 395px;
	}


#mycustomscroll {
/* Typical fixed height and fixed width example */
	
	width: 500px;
	height: 375px;
	
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 15px;
	padding: 5px;
}