#pageBody
{
  height: 407px;
  background: #ffffff;
  background-image:url(../../img/StDayChurch.jpg);
  background-repeat: no-repeat; 
}

#credit
{
  top: 420px;
}


#newEvents
{
  display: none;
  position: absolute;
  top: 23px;
  left: 0px;
  height: 52px;
  width: 260px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #ff0000;
  font-decoration: none;
  font-color: #000000;
  font-size: 14px;
}

#newEventsLink
{
  display: block;
  position: absolute;
  left: 5px;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
} 

#newEventsLink:hover
{
  color: #0000ff;
} 


