body {
  background-image:url('../images/bg-repeat.jpg');
  background-repeat:repeat-x;
}

#text-box {
  background-image:url('../images/textbg-repeat.jpg');
  background-repeat:repeat-x;
  width: 345px;
}

#text-div {
  width: 100%;
  height: 163px;
  overflow:auto;
}

#menu {
  width: 155px;
  height: 163px;
  background-image: url('../images/menu.png');
  background-repeat: no-repeat;

}

#menu a {
  display:block;
  text-indent:-9999px;
  text-decoration:none;
  outline:none;
}

#home {left: 1px; top: 0px; width: 90px; height: 30px;}
#bios {left: 1px; top: 32px; width: 90px; height: 24px;}
#crew {left: 1px; top: 56px; width: 100px; height: 26px;}
#demos {left: 1px; top: 83px; width: 110px; height: 30px;}
#contact {left: 1px; top: 113px; width: 110px; height: 26px;}

.m1 {background-position:0px 0px;}
.m2 {background-position:-155px 0px;}
.m3 {background-position:-310px 0px;}
.m4 {background-position:-465px 0px;}
.m5 {background-position:-620px 0px;}

