html,
body
{ height: 100%;
  margin: 0;
  padding: 0;
  background: url(bgfull.png) #ffffff;
}

.outer
{ display: table;
  height: 100%;
  width: 100%;
  position: relative;
  border: 1;
}

.middle
{ display: table-cell;
  vertical-align: middle;
}

.inner
{ width: 480px;
  margin-left: auto;
  margin-right: auto;
}

#photo
{ margin: 30px;
  border: 10px solid #ffffff;
  box-shadow: 3px 3px 10px 0px #a0a0a0;
  border-collapse: separate;   /* IE fix */
}

#photodescr
{ font-family: "EB Garamond";
  font-size: 20pt;
  text-align: center;
  text-shadow: #ffffff 0 0 3px;
  margin-bottom: 30px;
}

#photolink
{ border: 0px none;
  outline: 0px none;
}

#overview
{ position: fixed;
  bottom: 10px;
  right: 10px;
}



