div.background
  {
  width: 760px;
  height: 640px;
  background: url(images/Naust8.jpg);
  border: 2px solid black;
  }
div.background a
  {
  color: #cccccc;
  font-family: verdana;
  font-size: 12px;
  letter-spacing: 1,5px; 
  text-align: center;
  line-height: 70%;
  text-decoration: none;
  }

div.background p
  {
  color: #cccccc;
  font-family: verdana;
  font-size: 12px;
  letter-spacing: 1,5px; 
  text-align: center;
  line-height: 70%;
  }

div.transbox
  {
  width: 560px;
  height: 530px;
  margin: 50px 100px 25px 100px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  /* for Mozilla */
  -moz-opacity:0.9;
  }
div.transbox h1
  {
  margin: 10px 10px;
  font-family: arial;
  font-size:16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
  }
div.transbox p
  {
  margin: 10px 10px;
  color: #000000;
  font-family: verdana;
  font-size: 12px;
  text-align: left;
  line-height: 130%;
  }
div.menu
  {width: 150px;
   margin: 10px 5px 10px 5px;
   border: 1px solid black;
     } 
div.main a
  {
  color: red;
  font-family: verdana;
  text-align: center;
  line-height: 160%;
  text-decoration: none;
    }
div.main a:hover 
  {
  color: black;
  }
div.main
  {
  position:absolute;
  left:140px;
  top:130px;
  width: 500px;
  height: 460px;
  overflow: auto;
}
div.formbox
  {
  width: 400px;
  height: 300px;
  margin: 180px 180px 150px 180px;
 }
div.formbox p
  {
  color: #000000;
  font-family: verdana;
  font-size: 12px;
} 