body {
  background-color: #000000;
  background-image: url('images/jap2.jpg');
  background-repeat: no-repeat;
  background-position: bottom right; 
  background-attachment: fixed;
  color: #FFFFFF;
}
img.jap {
  position: relative;
  left: -500px;
  top: -400px;
}
img.shotokan {
  position: relative;
  left: 25px;
}
table.menu {
  position: relative;
  left: 300px;
  top: -615px;
}
table.menu2 {
  position: relative;
  top: 75px;
}
a:link, a:active, a:visited {
  color: #FF0000;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}