html, body
	{
	font:11px Verdana, Tahoma;
	color:#fff;
	background:#000;
	}
table
	{
	display:none;
	}

/*------------------------*/
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; padding: 50px 0;}
.rbroundbox { width: 40%; margin: 1em auto; }	
/*------------------------*/

#h1 h1, h1
	{
	font-size: 14px;
	}
	
#h1
	{
	color: #999;
	}
	
#link a
	{
	text-decoration:none;
	color:#999;
	}
	
#link a:hover
	{
	color: #bbb;
	text-decoration: underline;
	}
	
#link a:active
	{
	color: #fff;
	text-decoration: underline;
	}
	
#content
	{
	color: #999;
	width: 500px;
	text-align:left;
	}
	
#footer
	{
	opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=20);
	padding-top:15px;
	color: #999;
	}
	
#footer a
	{
	color: #999;
	text-decoration: none;
	}
	
#footer a:hover
	{
	color: #bbb;
	text-decoration: underline;
	}
	
#footer a:active
	{
	color: #fff;
	text-decoration: underline;
	}
