/* begin Page */

body
{ font-family: Tahoma;
  margin: 0 auto;
  padding: 0;
  background-color: #EDEDED;
/*  background-image: url('images/Page-BgTexture.jpg');*/
background-image: url('images/bodybackground.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
}



