@import "global-style.css";

body {
  background: #b2bb1c url("/images/green/about-bg.png") repeat-y;
}

#wrapper {
  background: url("/images/green/about-wrapper-bg.png") no-repeat 960px 500px; 
}

#mainContent {
  background: #625247 url("/images/green/about-content-bg.png") no-repeat left 430px; 
}

#rightSidebar div {
  top: 92px; 
}

#aboutContent {
  padding-top: 100px;
  padding-left: 50px; 
}


#aboutContent img {
  display: block; 
}

#servicesLink {
  border: none;
  display: block;
  margin-top: 20px;
  margin-bottom: 75px; 
}

#aboutPhoto {
  margin-left: -20px; 
}

#aboutMunnyWrapper {
  position: absolute;
  padding: 0px;
  margin: 0px;
  z-index: 100;
  top: 320px;
  left: 685px;
  width: 275px;
  height: 530px;
  overflow: hidden;
}

#aboutMunnySwf {
  position: absolute;
  right: 0;
}

#rightSidebar {
  padding-left: 35px;
}