body {
  background: #ffffff url(images/bg.png) repeat-x scroll left top;
}
#header {
  background: transparent url(images/header.png) no-repeat scroll left top;
}
#header2 {
  background: transparent url(images/header.png) no-repeat scroll left top;
}
#wrapper {
  /*background: #ffffff url(images/bg_container.png) no-repeat scroll left top;*/
  background: transparent url(images/content_fade.png) no-repeat scroll left top;
}
#navList li a#welcome {
  background: url(images/nav_welcome.gif) no-repeat scroll left top;
}
#navList li a#about {
  background: url(images/nav_about.gif) no-repeat scroll left top;
}
#navList li a#methods {
  background: url(images/nav_methods.gif) no-repeat scroll left top;
}
#navList li a#clinic {
  background: url(images/nav_clinic.gif) no-repeat scroll left top;
}
#navList li a#welcome:hover {
  background: transparent url(images/nav_welcome.gif) no-repeat scroll 0 -32px;
}
#navList li a#about:hover {
  background: transparent url(images/nav_about.gif) no-repeat scroll 0 -32px;
}
#navList li a#methods:hover {
  background: transparent url(images/nav_methods.gif) no-repeat scroll 0 -32px;
}
#navList li a#clinic:hover {
  background: transparent url(images/nav_clinic.gif) no-repeat scroll 0 -32px;
}
#contentContainer {
  /*background: transparent url(images/footer.gif) no-repeat scroll left bottom;*/
  background: transparent url(images/footer.png) no-repeat scroll left bottom;
}
#footer {
  border-color: #333333;
}
