body
{

  background-color: black;
  color: white;
  font-family: Verdana;
  font-size: 10pt;

}


.layout
{

  position: absolute;
  background: url('../images/bg.jpg') no-repeat;
  display: block;
  float: right;
  top: 0px;
  right: 0px;
  width: 260px;
  height: 770px;

}

.top
{

  position: absolute;
  display: block;
  float: right;
  margin-top: 328px;
  width: 260px;
  right: 0px;
  text-align: right;
  font-size: 9pt;

}


.middle
{

  position: absolute;
  display: block;
  float: right;
  margin-top: 452px;
  width: 258px;
  right: 0px;
  text-align: center;

}


.bottom
{

  position: absolute;
  display: block;
  float: right;
  margin-top: 520px;
  width: 249px;
  right: 0px;

}


a:link, a:visited, a:active
{

  font-weight: bold;
  text-decoration: none;
  color: white;

}


a:hover
{

  color: black;

}
  