body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000000;
}
		
div#container {
  top: 10px;
  background-color: #000000;
  margin: 0 auto;
  width: 755px;
  /*border: 1px #000000 solid;*/
  text-align: left;
  position: relative;
}
 
#titleServiceCentres {
  position: relative;
  left: 0px;
  top: 0px;
  background:    url(images/serviceCentreTitle.gif) no-repeat;
  width: 610px;
  height: 70px;
}
		
#titleServiceCentres h1 { display: none; }

#logo {
  float:right;
  clear:right;
  top: 0px;
  background:  url(images/logo.gif) no-repeat;
  width: 140px;
  height: 70px;
}

#logo h1 { display: none; }

#content {
  position:relative;
  text-align:justify;
  overflow: auto;
  left:0px;
  width:605px;
  layer-background-color: #FFFFFF;
; background-image: url(images/contentBkg.gif); background-repeat: repeat-y
; background-color: #FFFFFF
; background-position: 8px
}

#contentTitle {
  text-align:justify;
  position:relative;
  left: 0px;
  width: 605px;
  height: 50px;
  overflow: auto;
  }

#contentTitle h1 { display: none; }



