#jobs{
	position: absolute;
	display: block;
	top: 10px;
	left: 14px;
	width: 234px;
	height: 96px;
	z-index: 900;
}



/* START CONTENT PANELS */


#content1.hideme, #content2.hideme {     /* Fix for firefox - specificity required */
	position: absolute;
	display: block;
	top: -999999px;
	left: -999999px;
} 

#content1, #content2 {
	padding: 47px 0 0 12px;
	position: absolute;
	top: 10px;
	left: 264px;
	background: url(/jobs/images/center_back2.gif) top left no-repeat;
	width: 496px;
	height: 426px;
	z-index: 900;
}



/* END CONTENT PANELS */
