#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 910px;
	height: 500px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	font-size: 16px;
	margin-top: 17px;
	margin-right: 17px;
	margin-bottom: 17px;
	margin-left: 17px;



}
/* news.html */
#mycustomscroll2 {
/* Typical fixed height and fixple */
width: 800px;
height: 500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top: 37px;

	margin-right: auto;
	margin-left: auto;
}
/* intro.html */
#mycustomscroll3 {
/* Typical fixed height and fixple */
width: 410px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top: 37px;

	margin-right: auto;
	margin-left: auto;
}
