body,td,th {
	color: #00CC00;
}
body {
	margin: 0;
	padding: 0;
	background-color:#000000;

	}
img#bg {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#bg_overlay  {
	height: 100%; 
	position:relative;
	z-index: 99;
	background-image:url("../images/bg.png"); 
	background-repeat:repeat;
	margin: 0;
	padding: 0;
}
#rc_body {
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.5;
	margin-top: 10px;
	margin-left: auto;
	margin-rigt: auto;
	margin-bottom: 0;
	height: 100%;
	width: 100%;
	padding:10px;
}
