
#content
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -195px;
  margin-left: -315px;
  width: 630px;
  height: 390px;
  z-index: 5;
}

.description
{
  position: absolute;
  width: 300px;
  height: 180px;
  top: 5px;
  left: 5px;
  letter-spacing: 2px;
}

#designed_by
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 30px;
}

#sletter
{
  letter-spacing: 0px;
}

.myred
{
  color: #8c0f0f;
}

.description a
{
  text-decoration: none;
  color: #8c0f0f;
}

.description a:hover
{
  text-decoration: underline;
}

.cube
{
  position: absolute;
  width: 310px;
  height: 190px;
  border: 1px solid gray;
  font-family: Arial, Verdana;
  font-size: 12px;
  color: black;
  line-height: 15px;
  background-color: #dddddd;
}

#cube0
{
  top: 0px;
  left: 0px;
}

#cube1
{
  top: 0px;
  right: 0px;
}

#cube2
{
  bottom: 0px;
  left: 0px;
}

#cube3
{
  bottom: 0px;
  right: 0px;
}

#impressum_logo
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  background-image: url('../image/logo.png');
  border: 1px solid gray;
}
