/* Weddings &mdash; Fixes the extremely long nav break */

#content {
  min-height:1000px;
}

* html #content {
  height:1000px; 
}

