	
body { 
	background: #292929 url(bg.jpg) repeat-y center top;
	}

#holder { 
	margin: 0 auto;	
	}
	
#headerContainer {
	background: url(top.jpg) no-repeat center top;
	margin: 0 auto;	
	width: 1000px;
	height: 235px;
	position: relative; 
	}

#mainContainer {
	background: url(mid.jpg) repeat-y center top;
	margin: 0 auto;	
	width: 1000px;
	position: relative; 	 
	}


#footContainer {
	background: url(foot.jpg) no-repeat center bottom;
	margin: 0 auto;
	width: 1000px;
	height: 80px;
	position: relative; 
	}

