* {
  margin: 0;
  padding: 0;
  font-size: 100.01%;
}

html {
  height: 100%;
  background: #000;
}

body {
  min-height: 100%;
  height: 100%;
  color: #000;
  font-weight: normal;
  font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
}

#intro {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 750px;
  height: 560px;
  margin: -280px 0 0 -375px;
  background: url(../img/intro/link.jpg) 0 0 no-repeat;
}

#accumulator {
  display: block;
  position: absolute;
  height: 198px;
  width: 227px;
  left: 50%;
  bottom: 0;
  margin-left: -114px;
  background: url(/img/intro/accumulator.jpg) 0 0 no-repeat;
}

#lnSel {
  display: block;
  list-style: none;
  height: 350px;
  padding: 0 278px;
  width: 194px;
  background: url(../img/intro/hover.jpg) 750px 0 no-repeat;
}

#lnSel li {
  display: block;
  float: left;
  margin: 325px 15px 0 15px;
}

#lnSel li a,
#lnSel li a:link, #lnSel li a:visited,
#lnSel li a:hover, #lnSel li a:active {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #F00000;
  text-decoration: none;
  padding: 5px;
}

#lnSel li a:hover, #lnSel li a:active {
  color: #FFF;
}