table#main_table {
  background: url(../images/desk/desk.png) no-repeat scroll top left;
  width: 900px;
  height: 610px;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}

/*div#startrek { width: 0; margin: 10px; display: inline; position: relative; bottom: 20px; left: 20px; }
div#bsg { width: 0; margin: 10px; display: inline; position: relative; bottom: 20px; right: 35px; }
div#b5 { width: 0; margin: 10px; display: inline; position: relative; bottom: 130px; right: 40px; }
div#yamato { width: 0; margin: 10px; display: inline; position: relative; bottom: 130px; left: 55px; }*/
div#startrek { height: 100px; width: 225px; }
div#bsg { height: 100px; width: 225px; }
div#b5 { height: 100px; width: 225px; padding-right: 40px; }
div#yamato { height: 100px; width: 225px; padding-left: 55px; }

td {
  vertical-align: top;
}

/* =Navigation
============================================================================== */

#trek-shadow, #bsg-shadow, #b5-shadow, #yamato-shadow {
  width: 200px;
  text-align: center;
  list-style: none;
}

#trek-shadow li, #bsg-shadow li, #b5-shadow li, #yamato-shadow li {
  margin-right: 15px;
  width: 81px;
  height: 72px;
  position: relative;
  float: left;
}

#trek-shadow a, #trek-shadow a:visited, #trek-shadow a, #trek-shadow a:hover {
  margin: 0 auto;
  width: 185px;
  height: 86px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/desk/startrek.png) no-repeat;
  display: block;
  position: relative;
  z-index: 2;
}

#bsg-shadow a, #bsg-shadow a:visited, #bsg-shadow a, #bsg-shadow a:hover {
  margin: 0 auto;
  width: 197px;
  height: 90px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/desk/bsg.png) no-repeat;
  display: block;
  position: relative;
  z-index: 2;
}

#b5-shadow a, #b5-shadow a:visited, #b5-shadow a, #b5-shadow a:hover {
  margin: 0 auto;
  width: 158px;
  height: 125px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/desk/b5.png) no-repeat;
  display: block;
  position: relative;
  z-index: 2;
}

#yamato-shadow a, #yamato-shadow a:visited, #yamato-shadow a, #yamato-shadow a:hover {
  margin: 0 auto;
  width: 158px;
  height: 150px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/desk/yamato.png) no-repeat;
  display: block;
  position: relative;
  z-index: 2;
}

/* Button Shadow */

#trek-shadow li img.shadow {
  margin: 0 auto;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  }
#bsg-shadow li img.shadow {
  margin: 0 auto;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  }
#b5-shadow li img.shadow {
  margin: 0 auto;
  position: absolute;
  top: 109px;
  left: 0;
  z-index: 1;
  }
#yamato-shadow li img.shadow {
  margin: 0 auto;
  position: absolute;
  top: 109px;
  left: 0;
  z-index: 1;
  }
