body {
  background: black url(/img/teammellorback.jpg) no-repeat fixed center top; background-size: 100% 100%;
 
}
p {
  font-family: "arial",verdana;
  color: black;
}
h3 {
  color: black;
}

table.owenbackground { background: url(/img/) no-repeat center;
}


table.background { background: url(/img/tablebkg.jpg) no-repeat center;
}

#nav ul { margin: 0 auto; list-style:none; }
#nav ul li { float: left; }

#about_button a { float: left; display: inline-block; width: 129px; height: 60px; margin: 0px; background: url(/img/home.png) no-repeat; background-position: 0 0; }
#about_button a:hover { background-position: 0 -60px; }

#news_button a { float: left; display: inline-block; width: 129px; height: 60px; margin: 0px; background: url(/img/news.png) no-repeat; background-position: 0 0; }
#news_button a:hover { background-position: 0 -60px; }

#owen_button a { float: left; display:inline; width: 129px; height: 60px; margin: 0px; background: url(/img/owen.png) no-repeat; background-position: 0 0; }
#owen_button a:hover { background-position: 0 -60px; }

#dylan_button a { float: left; display:inline; width: 129px; height: 60px; margin: 0px; background: url(/img/dylan.png) no-repeat; background-position: 0 0; }
#dylan_button a:hover { background-position: 0 -60px; }

#gallery_button a { float: left; display:inline; width: 129px; height: 60px; margin: 0px; background: url(/img/gallery.png) no-repeat; background-position: 0 0; }
#gallery_button a:hover { background-position: 0 -60px; }

#events_button a { float: left; display:inline; width: 129px; height: 60px; margin: 0px; background: url(/img/events.png) no-repeat; background-position: 0 0; }
#events_button a:hover { background-position: 0 -60px; }

.hide { display:none; }

.hidelink {
    text-decoration: none;
}

.more {
      display: none;
       }
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #cc0000;
      padding-left: 8px;
      background: transparent url(down.gif) no-repeat left; }
   a.hideLink {
      background: transparent url(up.gif) no-repeat left; }

.divider{
    width:50px;
    height:auto;
    display:inline-block;
}


.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: transparent;
  text-align: center;
}
  