
a:link { color: white; }
a:visited { color: white; }
a:active { color: white; }
a:hover { color: white; }

body {
  margin: 0px;
  padding: 0px;
  background: #1c1c1c;
  text-align: center;
  font-family: Arial, Verdana;
}

#centercolumn {
  width: 956px;
  margin: 0px auto 10px auto;
  padding: 0px;
  background: #0c0c0c;
  position: relative;
}

#leftfade {
  width: 120px;
  height: 100%;
  background: url('images/bg.jpg') repeat-y;
  position: absolute;
  top: 0px;
  left: -120px;
}

#rightfade {
  width: 120px;
  height: 100%;
  background: url('images/bg.jpg') repeat-y -1080px;
  position: absolute;
  top: 0px;
  right: -120px;
}

#navbar {
  width: 956px;
  height: 28px;
}

#underconstruction {
  height: 600px;
  border: 1px solid #333;
  background: url('images/underconstructionbg.png') #262626 repeat-x;
  color: white;
}

#underconstruction > img {
  margin-top: 100px;
}

.textholder {
  width: 230px;
  height: 40px;
  margin: 10px auto 0px auto;
  text-align: center;
  position: relative;
}

.uctext {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
}

.foregroundtext {
  z-index: 10;
}

.backgroundtext {
  color: black;
  top: 2px;
  left: 2px;
  z-index: 1;
}

.subtext {
  color: white;
  font-size: 15px;
}
