
body {
  background-color: #F7F6EE;
  margin: 0;
  padding: 0;


  width:100%;
  position: absolute;
  border: none;
  text-align: left;
  font-family: calibri;
  font-size: 14px;
  color: #292421;
  background-image: url("http://www.stonecarver.com/images/backImage.jpg");
}
#container
{
  position: absolute;
  width: 1000px;
  height: 1550px;
  left:50%;
  margin-left:-500px;
    background-color: #F7F6EE;
    z-index: 0;
}


#abouttext {

  position: relative;
  float: left bottom;                   /* add bottom */
  height: 1150px;                        /*change*/
  left: 15px;
  top: 252px;
  width: 679px;
  padding: 29px 10px 0px 28px;
  margin: 0px, 0px, 0px, 28px;
  text-align: left;
  border-left: 1px dotted #155F83;
}

#footer {
   position: absolute;
   clear: both;
   left: 18px;
   width: 944px;
   height: 40px;
   margin:0px 8px 0px 8px;
   text-align: left;
   top: 1500px;
   border-top: 1px dotted #155F83;
   background-color: #F7F6EE;
 }
 #aboutthumbs {
  position: relative;
  float: left;
  clear: left;
  left: 20px;
  top: 252px;
  width: 210px;
  height: 500px;
  padding: 0px 0px 140px 0px;
  text-align: left;
}