body {
  font-family: "Lucida Grande", "Droid Sans", Verdana, sans-serif;
  font-variant: small-caps;
  color: #ededed;
  position: relative;
  background-color: #193343;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}

#basecontainer {
  background-image: url("lightbulb_bg.jpeg");
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);

}

td {
 font-family: "Lucida Grande", "Droid Sans", Verdana, sans-serif;
  font-variant: small-caps;

}


#leftlink {
 text-align: left;
}
#centerlink {
 text-align: center;
}
#rightlink {
 text-align: right;
}

a {
  text-decoration: none;
  color: #ededed;
  
}
a:hover {
  color: red;
}
