* {
  border: 0;
  margin: 0;
  padding: 0; 
  font: 12px arial, sans-serif;
  color: #EEE;
}
body {
  background: #000;
}

table {
   margin: 0 20px 0 20px;
}
a {
  color: #FFF;
  font-weight: bold;                  
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a:hover img {
 -moz-opacity: 0.8; filter: alpha(opacity=80);
}

#main,#music,#people,#bbses {
    display: block;
    width: 230px;
    height: 41px;
}
#main {
    background: url(/todd/images/krsonedark2inch.jpg) no-repeat;
}
#main:hover {
    background: url(/todd/images/krsonelight2inch.jpg) no-repeat;
}
#music {
    background: url(/todd/images/musicdark2inch.jpg) no-repeat;
}
#music:hover {
    background: url(/todd/images/musiclight2inch.jpg) no-repeat;
}

#people {
    background: url(/todd/images/peopledark2inch.jpg) no-repeat;
}
#people:hover {
    background: url(/todd/images/peoplelight2inch.jpg) no-repeat;
}
#bbses {
    background: url(/todd/images/bbsdark2inch.jpg) no-repeat;
}
#bbses:hover {
    background: url(/todd/images/bbslight2inch.jpg) no-repeat;
}

