body {
	background-color: #141414;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}


#content {
	background-color: #AAAAAA;
}

#mycustomscroll2 {
	/*percantage width: make it 100% to match container*/
width: 105%;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: inherit;
	/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 20px;
	margin: 0.3em auto 0.3em -20px;
	outline: none;
}
.VimeoBorderless {
	outline: none;
	width: 450px;
	height: 350px;
	position: absolute;
	left: 42px;
	top: 12px;
}


/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 380px;
	margin: 0 auto;
	padding: 2px;
	position: relative;
	height: 271px;
	color: #BE2918;
	outline: none;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
