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

#headerBar, #bodyBar, #footerBar
{
  position: relative;
  width: 100%;
}

#headerBar, #bodyBar
{
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

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

#headerContainer
{
	position: relative;
	height: 160px;
	width: 800px;
	margin: 0px auto;
}

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