img, video, .wp-caption {
/*
    -moz-box-sizing: border-box;
    height: auto !important;
    max-width: 100%;
*/

}

.builder-module {
    position: relative;
    z-index: 9;
}
.builder-module {
    background: url(images/bg-tr.png) repeat transparent;
    border: solid 5px #128100;
    border-radius: 10px;
} 
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1500px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: -100px;
  left: 0;
  
  /* Misc */
  padding: 0;
  border: 0;
  margin: 0;
  z-index: 1;
}

@media screen and (max-width: 1500px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -750px;   /* 50% */
  }
}


#top {
    position: relative;
    z-index: 998;
}

#maintable {
    background: url("/wp-content/themes/Builder-HomeOrchardSociety2013/images/bg-tr.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 5px solid #128100;
    border-radius: 10px;
    margin: 1.5em auto 0;
    padding: 10px;
    position: relative;
    width: 960px;
    z-index: 999;
}
#contentrow {
    background-color: transparent;
}