#homepageBox { position: relative; height: 565px; margin: 0; }

/* 6px gutter between each */
#box_1x1 { position: absolute; width: 212px; height: 197px; top: 0px; left: 0px; overflow: hidden; background: #b6c7b8; }
#box_1x2 { position: absolute; width: 363px; height: 156px; top: 0px; left: 218px; }
#box_1x3 { position: absolute; width: 158px; height: 156px; top: 0px; left: 587px; }
#box_1x4 { position: absolute; width: 162px; height: 241px; top: 0px; left: 751px; }

#box_2x1 { position: absolute; width: 212px; height: 199px; top: 203px; left: 0px; }
#box_2x2 { position: absolute; width: 235px; height: 240px; top: 162px; left: 218px; }
#box_2x3 { position: absolute; width: 286px; height: 188px; top: 162px; left: 459px; }
#box_2x4 { position: absolute; width: 162px; height: 155px; top: 247px; left: 751px; }

#box_3x1 { position: absolute; width: 165px; height: 157px; top: 408px; left: 0px; }
#box_3x2 { position: absolute; width: 282px; height: 157px; top: 408px; left: 171px; }
#box_3x3 { position: absolute; width: 286px; height: 209px; top: 356px; left: 459px; }
#box_3x4 { position: absolute; width: 162px; height: 157px; top: 408px; left: 751px; }

#homepageLetters .letter
{
  display: none;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
#homepageLetters .letter .alt
{
  display: none;
}

.popout
{
  border: 8px solid #fff;
  position: absolute;
  background: #fff;
  text-align: center;
  z-index: 10;
}
.popout a
{
  text-decoration: none;
  color: #666666;
}
