@charset "UTF-8";
/* CSS Document */

body  {
  background-color: #090e16;
  background-image: url(/styles/bg.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  color: #4b0;
  font-family: verdana, helvetica, sens-serif;
  font-size: 14px;
}

a {
  color: #fa4;
}

#greysKull  {
  display: block;
  position: absolute;
  z-index: 20;
  width: 250px;
  height: 329px;
  background: url(/styles/greyskull-copy.png);
  top: 0px;
  right: 0px;
}

#tacoHead  {
  display: block;
  position: absolute;
  z-index: 25;
  width: 771px;
  height: 132px;
  background: url(/styles/header-copy.png);
  left: 15px;
  top: 15px;
}

#subTitle {
  display: block;
  position: relative;
  z-index: 33;
  margin-top: 152px;
  margin-left: 50px;
  font-family: Trebuchet MS, helvetica, sens-serif;
  font-size: 24px;
  font-weight: bold;
  color: #090e16;
}

.show {
  display: block;
  margin: 50px;
  font-family: Trebuchet MS, helvetica, sens-serif;
  font-weight: bold;
}

.show .title  {
  font-size: 44px;
}

.show table {
  font-size: 24px;
}

