#content {
	background-color: #999999;
}


#mycustomscroll {
	/* percentage width without the fix*/
width: 900px;
	overflow: -moz-scrollbars-vertical;
	;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #999999;
	padding-right:10px;
}


/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 420px;
	margin: 0 auto;	
	}
	
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 460px;
	height: 10px;
	position: relative;
	color: #999999;
	padding: 1px;
}
