body { 
	background-color: green; 
	color: white; 
	background-image:url('img/frogger.jpg'); 
	background-repeat: no-repeat; 
	background-position:100% 100%;
	background-attachment:fixed;
	}
a, a:visited { color: white; }
form fieldset { border-color: white;}
fieldset { background-color:#010; filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
legend {color: white;}


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