#pageContainer {
 margin: 0 auto;
 overflow: visible;
 position: relative;
 width: 1062px;
}
	#page_header {
	 position: relative;
	}
	#globalNav_wrapper {
	 margin-left: -1px;
	 position: absolute; /* don't change, must have absolute z-index */
	 top: 105px;
	 z-index: -9999;
	}
		#globalNav {
		}
#mainContent {
 left: 69px;
 overflow: hidden;
 padding-bottom: 100px;
 position: absolute;
 top: 129px;
 width: 930px;
}