body
{
  font-family: Tahoma, Geneva, sans-serif;
  background-image: url("img/background.png");
  font-size: 13px;
  color: #000000;
  text-align: left;
}

.image_centered
{
  position: absolute;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  top: 50%;
  height: 800px;
  margin-top: -400px;
}

.image_centered img
{
  border: 5px solid #920023;
  box-shadow: 5px 5px 3px #111111;
}