html, body
{
  font-family: Arial, serif;
  background-color: black;
  color: white;
}

#wrapper
{
  width: 999px;
  margin: 0px auto;
  padding: 0px;
}

#dropdown input, select, textarea
{
  color: red;
  background-color: black;
}

table, tr, td
{
  background-color: transparent;
}

a.btn
{
  font-family: Arial, serif;
  font-size: 17px;
  color: yellow;
  background-color: black;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
}

a.smlink
{
  font-family: Arial, serif;
  font-size: 10px;
  color: #C0C0C0;
  background-color: black;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
}

a.nostyle, a.nostyle:hover, a.nostyle:active
{
  font-family: Arial;
  font-size: 17px;
  color: yellow;
  text-decoration: none;
}

a:hover, a:active
{
  color: #00FF00;
  background-color: black;
  text-decoration: underline;
}

#banner
{
  top: 0px;
  width: 960px;
  height: 180px;
  z-index: 1;
  position: absolute;
}

#latest
{
  margin-top: 25px;
  z-index: 0;
  position: absolute;
}

#stats
{
  margin-top: 85px;
  width: 925px;
  z-index: 0;
  position: absolute;
}

#rightad
{
  top: 200px;
  left: 850px;
  position: absolute;
}

#stationcorner
{
  top: 200px;
  right: 50px;
  position: absolute;
}

#nbox
{
  padding: 10px;
  top: 20px;
  left: 40px;
  width: 750px;
  height: 250px;
  overflow: auto;
  border: 2px dotted;
  background-color: #002f00;
  position: absolute;
  z-index: 0;
}

#content
{
  padding: 10px;
  margin-top: 130px;
  width: 795px;
  position: absolute;
  z-index: 0;
}

#maincontent
{
  padding: 10px;
  top: 100px;
  width: 795px;
  position: absolute;
  z-index: 0;
}

#bottom
{
  padding-top: 10px;
  margin-top: 10px;
  width: 795px;
  top: 300px;
  position: absolute;
}

#search
{
  top: 300px;
  width: 795px;
  position: absolute;
}

p.vidmargin { margin: 15px 50px 0px 250px; }

input.bigcheck
{
  height: 20px;
  width: 20px;
}

.request
{
  color: orange;
  text-decoration: none;
  cursor: pointer;
}

.songlist
{
  margin-left: 50px;
}

.review1
{
  margin: 10px;
  padding: 25px;
  background-color: #000033;
}

.review2
{
  margin: 10px;
  padding: 25px;
  background-color: #003300;
}

a.info
{     
  position: relative;
  z-index: 24;
}

a.info:hover
{           
  z-index: 25;
  text-decoration: none;
}                       

a.info span
{          
  display: none
}              

a.info:hover span
{
  display: block;
  position: absolute;
  top: 2em;
  left: 1em;
  right: 1em;
  width: 10em;
  border: 1px dotted red;
  background-color: darkblue;
  color: white;
}
