
body
{
  background-color: black;
}

#frame
{
  position: absolute;
  width: 600px;
  left: 50%;
  top: 30px;
  margin-left: -300px;
  background-image: url('../image/bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

.block
{
  width: 450px;
  border: 1px solid #999999;
  background-color: #777777;
  margin-left: 75px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
}

.block .content
{
  font-family: Arial, Verdana;
  font-size: 13px;
  color: black;
  line-height: 20px;
  text-align: justify;
}

a
{
  color: yellow;
  text-decoration: none;
  border-bottom: 1px dotted white;
}

a:hover
{
  border-bottom: none;
}

h1
{
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.images
{
  text-align: center;
}

.images img
{
  width: 100px;
  height: 75px;
  border: 1px solid yellow;
}

.images a, #global_footer a
{
  border: none;
}

#details
{
  position: absolute;
  top: 20px;
  width: 90%;
  text-align: center;
  font-family: Arial, Verdana;
  font-size: 12px;
}

#details img
{
  border: 1px solid yellow;
}

#footer
{
  font-family: Arial, Verdana;
  font-size: 11px;
  color: black;
  text-align: center;
}

#details #footer
{
  color: white;
}

#global_footer
{
  font-family: Arial, Verdana;
  width: 100%;
  text-align: center;
}
