

body
{
  background-size: auto;
  background: url(images\microphone.jpg) no-repeat;
  background-color: #000000;
  background-attachment:fixed;
  background-position: left; 
}


div.transbox
{
  width: 100%;
  height: 400px;
  margin: 0px 460px 0px 0px;
  background-color: #ffffff;

  filter:alpha(opacity=60);
  opacity:0.6;

}
div.transbox br
{
  margin: 30px 30px;
  font-family: arial;
  font-weight: bold;
  color: #000000;
}
div.transbox p
{
  margin: 30px 30px;
  font-family: arial;
  font-weight: bold;
  color: #000000;
}
div.transbox h2
{
  margin: 30px 0px 0px 30px;
  font-family: arial;
  font-weight: bold;
  color: #000000;
}
div.transbox table
{
  margin: 10px 30px;
}

a:link
{
  font-family: arial;
  font-weight: bold;
  color: #ff0000;  
}

a: active
  {
  font-family: arial;
  font-weight: bold;
  color: #ffffff; 
  }
  
a:visited 
  {
  font-family: arial;
  font-weight: bold;
  color: #000000;  
  }

  a:hover 
  {
  font-family: arial;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;

  filter:alpha(opacity=60);
  opacity:0.6;  
  }