@charset "utf-8";
/* CSS Document */

body 
{
background-color:black;
background-image:url('back.png');
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center;
font-family: Tahoma;
font-size:12px;
color:#FFFFFF;
}
table
{
border-style:solid;
border:thin;

}

table.transbox 
{
  /* for IE */
filter:alpha(opacity=40);
  /* CSS3 standard */
opacity:0.4;
}

table.transbox img
{
  /* for IE */
filter:alpha(opacity=100);
  /* CSS3 standard */
opacity:1.0;
}
