DIV#containerOneMix
	{ 
	position: absolute;		/* position at specific x,y, versus relative wherever */
	width: 820px;			/* must have width */	
	height: 200px;
	left: 50%;
	padding: 0;
	margin: 0px 10px 0 -500px;
	background: #FFFFFF;
	z-index: -50;
	background-image: url(../images/header/index.jpg);
	}
	
DIV#containerOneWorkshop
	{ 
	position: absolute;		/* position at specific x,y, versus relative wherever */
	width: 820px;			/* must have width */	
	height: 200px;
	left: 50%;
	padding: 0;
	margin: 0px 10px 0 -500px;
	background: #FFFFFF;
	z-index: -50;
	background-image: url(../images/header/workshop.jpg);
	}
		
		
DIV#containerOneGhostbook
	{ 
	position: absolute;		/* position at specific x,y, versus relative wherever */
	width: 820px;			/* must have width */	
	height: 200px;
	left: 50%;
	padding: 0;
	margin: 0px 10px 0 -500px;
	background: #FFFFFF;
	z-index: -50;
	background-image: url(../images/header/ghostbook.jpg);
	}
	
	
DIV#containerOneWall
	{ 
	position: absolute;		/* position at specific x,y, versus relative wherever */
	width: 820px;			/* must have width */	
	height: 200px;
	left: 50%;
	padding: 0;
	margin: 0px 10px 0 -500px;
	background: #FFFFFF;
	z-index: -50;
	background-image: url(../images/header/wall.jpg);
	}	