#body{/*red background*/
	background:#000023;
	background-image:url('./images/body-bg.png');
	background-repeat:repeat-x;
}
#masterWrapper{/*Center Div that will hold all of the content......NOTE: fixed width*/
	width:915px; 
	height:100%; 
	margin:auto;
	z-index:-500;
}

