body { 
	background-color: #203; 
	color: white; 
	background-image:url('img/mudkip.png'); 
	background-repeat: no-repeat;
        background-attachment:fixed;
	background-position:50% 100%;
	}
a, a:visited { color: white; }
form fieldset { border-color: white;}
/*form input, form textarea */
fieldset { background-color:#101; filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
legend {color: white;}

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