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

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