/* CSS Document */
body{
   background-image:url(../images/spacebackground.gif);
}

fieldset ul li{
   list-style:circle;
}

.transparent{
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";   
   filter: alpha(opacity=80);   
   -moz-opacity: 0.8;  
   -khtml-opacity: 0.8;  
   opacity: 0.8; 
}