@charset "UTF-8";
body {
}
#pathway {
	position: relative;
	*height: 1%;
}
#centre {
	padding-top: 56px;
}
#expand {
	height: 50px;
	width: 523px;
	position: absolute;
	bottom: -183px;
	right: 192px;
	background-color: transparent;
	z-index: 1001;
}
#expandBg {
	background-color: #000;
	filter : alpha(opacity=50);
	-moz-opacity : 0.5;
	opacity : 0.5;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	*position: absolute;
    *top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight);
	*height: 2000px;
}

