a {
  color:#006400;
  font-weight:bold;
}
body, html {
  color:#3b4d85;
  font-style:italic;
  height:100%;
  background:#CDB38B;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin:0 auto -60px;
  width:800px;
}
#push, #foot {
  height:60px;
}
#foot {
  text-align:center;
  margin:0 auto;
  width:800px;
}
#cycle {
  z-index:6000;
  overflow:hidden;
  position:relative;
  top:40px;
  height:480px;
  width:800px;
  background:url(../imgs/ajax-loader.gif) 379px 219px no-repeat;
}
#cycle img {
  display:none;
}
#skip-intro-link {
  position:absolute;
  left:50%;
  top:530px;
  width:800px;
  margin-left:-400px;
  text-align:center;
}
#splash {
  z-index:4999;
  display:none;
  position:absolute;
  left:50%;
  top:40px;
  margin:0 0 0 -300px;
  height:480px;
  width:600px;
  background:#FFF;
  text-align:center;
}
#splash #info {
  margin:12px;
  background:url(../imgs/bg.gif) top left;
  height:416px;
  padding:20px;
}

h1 {
  text-indent:-99999px;
  background:transparent url('../imgs/homeonthehudson.gif') top center no-repeat;
  height:193px;
  width:100%;
  margin-bottom:20px;
}
h2 {
  font: italic normal bold 1.2em "Monotype Corsiva", serif;
}
#info p {
  margin-bottom:10px;
}

#info .mark-top {
  padding-top:20px;
  margin-top:10px;
  background:transparent url('../imgs/list-back.gif') top center no-repeat;
}