@CHARSET "UTF-8";

	/* dont allow scoller to scroll */
	#scrollpane {
		margin-right: 27px;
		height: auto;
		overflow: visible;
	}
	
	/* as no flash, do images */
	body {
		background-image: url('img/nojs.flashcontainer.background.jpg');
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	#flashContainer {
		background-image: url('img/nojs.body.background.png');
		background-repeat: repeat-x;
	}
