body { 
	background-color: black; 
	color: white; 
	background-image:url('./img/murc.jpg'); 
	background-repeat: no-repeat;
        background-attachment:fixed;
	background-position:50% 90%;
	}
a, a:visited { color: white; }
form fieldset { border-color: white;}
form input, form textarea { }
fieldset {background: #222; filter:alpha(opacity=70);-moz-opacity:.80;opacity:.80;}
legend {color: white;}

.refTable, .refTabs, .refTabSelected, .refTabUnselected {
  border-color: white;
  background: #222;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}