body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	background: url(../../_img/job-listings-bg.jpg) 0 0 repeat-x;
}
/*
	IE Hack. (Box model)
*/
* html #container   /* this selector recognized by IE only */
{
  width: 800px;   /* total width (only for IE5.x/Win) */
  w\idth: 800px;  /* content width (for other IE) */
}
#container{ /* This selector is recognised for browsers other than IE. */
	height: 200px;
	width: 775px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	background: url(../../_img/job-listings-header.jpg) 0 0 no-repeat;
}
#textcontent{
	position: absolute;
	width: 450px;
	top: 55px;
}

