@charset "utf-8";
/* CSS Document */

#backdropDiv {
	position:relative;
	top:128px;
	width:813px;
	left: 0px;
	z-index:1;
	background-image: url(/images/core/bgedges-blue.png);
	height: inherit;
	overflow: visible;
	}
	
	#backdropWhite {
	position:relative;
	top:128px;
	width:813px;
	left: 0px;
	z-index:1;
	background-image: url(/images/core/bgedges.png);
	height: inherit;
	overflow: visible;
	}
