/* Faux Backgrounds for sliding pages (for top, stats bar and chalk bottom) */
	
	#lighting {width: 100%; min-width: 1000px; height: 400px; position: absolute; top:0px; left:0px; padding: 50px 0px 0px 0px; background: #c5c5c5 url(http://www.onebluebrick.com/new/images/spotlightbakc.jpg) top center no-repeat;   }
	
	#statspeople {width: 100%; min-width: 1000px; height:105px; position: absolute; top:400px; left:0px; padding:0px; background: #fff url(http://www.onebluebrick.com/new/images/statsback.jpg) bottom left repeat-x; z-index: 1;}
	#bottompeople {width: 100%; min-width: 1000px; position: absolute; padding:700px 0px 0px 0px; top:506px; left:0px; margin: 0px; background: #101010 url(http://www.onebluebrick.com/new/images/chalk.jpg) top center no-repeat; z-index: 1;}
	#bottompeople #container {width: 100%; height: 100%; min-height:300px;margin: 0px; padding: 0px; position: relative;}

	#statscreations {width: 100%; min-width: 1000px; height:105px; position: absolute; top:345px; left:0px; padding:0px; background: #fff url(http://www.onebluebrick.com/new/images/statsback.jpg) bottom left repeat-x; z-index: 1;}
	#bottomcreations {width: 100%; min-width: 1000px; height:100%; position: absolute; padding:10px 0px 0px 0px; top:450px; left:0px; margin: 0px; background: #101010 url(http://www.onebluebrick.com/new/images/chalk.jpg) top center no-repeat; z-index: 1;}
	#bottomcreations #container {width: 100%; height: 100%; min-height: 100px; margin: 0px; padding: 0px; position: relative;}
	
	
/* FOOTER FIXES for absolute postitioning inside of faux background */

#footer {position: absolute; bottom:0px; left: 0px !important;}
