body
{
background-color: black;
/*background-image: url("rdgraphics/RDBGGrad.jpg");*/
}


#home
{
  display: block;
  width: 100px;
  height: 28px;
  background: url("images/rdbuttonhome.jpg") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -28px;
}
#home span
{
	display: none;
}

/*td.games
{
background-image: url("images/buttonGame.jpg");
background-repeat: no-repeat;
width: 100px;
height: 30px;
}*/

#games
{
  display: block;
  width: 100px;
  height: 28px;
  background: url("images/rdbuttongames.jpg") no-repeat 0 0;

}

#games:hover
{ 
  background-position: 0 -28px;
}
#games span
{
	display: none;
}

/*
td.android
{
background-image: url("images/buttonAnd.jpg");
background-repeat: no-repeat;
width: 100px;
height: 30px;
}
*/

#android
{
  display: block;
  width: 100px;
  height: 28px;
  background: url("images/rdbuttonandy.jpg") no-repeat 0 0;

}

#android:hover
{ 
  background-position: 0 -28px;
}
#android span
{
	display: none;
}

/*
td.info
{
background-image: url("images/buttonInfo.jpg");
background-repeat: no-repeat;
width: 100px;
height: 30px;
}
*/

#info
{
  display: block;
  width: 100px;
  height: 28px;
  background: url("images/rdbuttoninfo.jpg") no-repeat 0 0;

}

#info:hover
{ 
  background-position: 0 -28px;
}
#info span
{
	display: none;
}

#comingsoon
{
  display: block;
  width: 100px;
  height: 28px;
  background: url("images/rdbuttons.jpg") no-repeat 0 0;

}

#comingsoon:hover
{ 
  background-position: 0 -28px;
}
/*Use images with text on them and use "display: none" below or figureout how to get it to look good using blank w/ formatted text*/
#comingsoon span
{
	color: #FFFFFF;
	font-style: bold;
	text-align: center;
  /*display: none;*/
}

td.top
{
background-image: url("images/rdtbtop.jpg");
background-repeat: no-repeat;
height: 312px;
vertical-align: bottom;
}
td.center
{
background-image: url("images/rdtbcenter.jpg");
background-repeat: repeat-y;
}
td.bottom
{
background-image: url("images/rdtbbottom.jpg");
background-repeat: repeat-y;
height: 62px;
vertical-align: top;
text-align: center;
}

a:link {color: #990000}
a:visited {color: #660000}
a:hover {color: #CC0000}
a:active {color: #FF0000}