body, html {
  margin: 0px;
  height: 100%;
  font-family: Avante Garde, Sans-serif;
  font-size: 76%;
}

#outer {
  height: 100%;
  overflow: visible;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}

#outer[id] {
  display: table;
  position: static;
}

#middle {
  position: absolute;
  top: 50%; /* for explorer only*/
}

#middle[id] {
  display: table-cell;
  vertical-align: middle;
  position: static;
}

#inner {
  position: relative;
  top: -50%; /* for explorer only */
  padding-left: 20px;
  padding-top: 8px;
  width: 630px;
}
/* optional: #inner[id] {position: static;} */

a.box {
  display: block;
  float: left;
  width: 95px;
  height: 95px;
  margin: 0px 8px 8px 0px;
  border: 0px;
  background-color: #eebe82;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

a img {
  border: 0px;
}

a.box img {
  border: 0px;
}

a.box img.bordered {
  border: solid 1px #eebe82;
}

a.navbox {
  display: block;
  background-color: #eebe82;
  float: left;
  width: 91px;
  height: 1.3em;
  margin: 0px 8px 0px 0px;
  padding: 2px;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

a.navbox:visited {
  color: #000000;
}

div.box {
  float: left;
  width: 95px;
  height: 95px;
  margin: 0px 8px 8px 0px;
  background-color: #eebe82;
  text-align: center;
  color: #000000;
  overflow: hidden;
}

div.sixbysixbox {
  float: left;
  width: 301px;
  height: 301px;
  margin: 0px 8px 8px 0px;
  background-color: #eebe82;
  overflow: hidden;
}

div.threebyonebox {
  float: left;
  width: 301px;
  height: 95px;
  margin: 0px 8px 8px 0px;
  font-size: 1.2em;
  background-color: #eebe82;
  overflow: hidden;
}

div.threebyonebox-padded {
  float: left;
  width: 281px;
  height: 75px;
  padding: 10px;
  margin: 0px 8px 8px 0px;
  font-size: 1.2em;
  background-color: #eebe82;
  overflow: hidden;
}

div.threebytwobox {
  float: left;
  width: 301px;
  height: 198px;
  margin: 0px 8px 8px 0px;
  background-color: #eebe82;
  overflow: hidden;
}

div.threebytwobox-padded {
  float: left;
  width: 281px;
  height: 178px;
  padding: 10px;
  margin: 0px 8px 8px 0px;
  font-size: 1.2em;
  background-color: #eebe82;
  overflow: hidden;
}

.navbox-disabled {
  display: block;
  background-color: #eebe82;
  float: left;
  width: 91px;
  margin: 0px 8px 0px 0px;
  padding: 2px;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  color: #999999;
}
