/********************************************************************
 * Home page
 ********************************************************************/

#wrapper { position: relative; width: 749px; margin: 1px auto 0 auto }
.lunchbox { position: absolute; top: 0; left:0 }

#nav { position: absolute; top: 521px; left: 91px }
#nav li { display: inline }

#secondary-nav {
  position: relative; top: 563px; width: 650px;
  margin: 0 auto 0 auto;
  padding-left: 60px;
  font-size: 100%;
  text-align: center;
}

#footer {
  position: relative; top: 570px; width: 720px; margin: 0 auto;
  font-size: 80%;
  text-align: center;
}
#copyright { position: relative; top: 5px; left: 34px }
#facebook { position: absolute; top: 4px; right: 20px }
#facebook a, #facebook a:hover, #facebook a:active { text-decoration: none; color: #000 }
#facebook img { vertical-align: -30% }

