body
{
  margin: 0px;
  background-color: #EBEEEA;
}

#headerBar, #bodyBar, #footerBar
{
	position: relative;
	width: 100%;
	background-color: #EBEEEA;
}

#headerBar, #bodyBar
{
	background-image: url(http://www.rotherwood-recruitment.com/images/bg-body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#footerBar
{
  background-image: url(http://www.rotherwood-recruitment.com/images/bg-footer.gif);
  background-repeat: no-repeat;
  background-position: center top;
  height: 36px;
}

#headerContainer
{
	position: relative;
	height: 120px;
	width: 770px;
	margin: 0px auto;
}

#bodyContainer, #footerContainer
{
	position: relative;
	width: 770px;
	margin: 0px auto;
}

