
body
{
  background-color: white;
  margin: 0px;
}

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

#error_content
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -195px;
  margin-left: -315px;
  width: 630px;
  height: 390px;
  border: 1px solid gray;
  background-color: #dddddd;
}

#error
{
  position: absolute;
  width: 620px;
  height: 50px;
  top: 150px;
  left: 5px;
  text-align: center;
  font-family: Arial, Verdana;
  font-size: 25px;
  font-weight: bold;
  color: red;
}

.myred
{
  color: #8c0f0f;
}

.line
{
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: gray;
}

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

.cube
{
  position: absolute;
  width: 310px;
  height: 190px;
  border: 1px solid gray;
  font-family: Arial, Verdana;
  font-size: 10px;
  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;
}
