#siteHeader {
  position: relative;
  height: 150px;
  background-image: none;
  background-color: transparent;
}
.headerLinks {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.headerLinks li {
  display: inline;
  margin-right: 5px;
}
.headerLinks li a {
  height: 40px;
  display: block;
  float: left;
  width: 100px;
}
#pageContentContainer {
  background-color: #dadada;
}
.siteContainer {
  background-color: transparent;
}
body {
  background: #10326e url(http://assets.ngin.com/site_files/1017/background.jpg) top center no-repeat;
}
.logged_in {
  background: #10326e url(http://assets.ngin.com/site_files/1017/backgroundLogin.jpg) top center no-repeat;
}
#homePage #panelTwo {
  background-color: #fff;
}
#homePage #topNav {
  margin-bottom: 5px;
}
#siteHeader .adminToggle {
  position: absolute;
  right: 5px;
  background: transparent url(http://assets.ngin.com/theme_images/hockeyhub/star_narce/adminToggle.png) top right no-repeat;
  width: 92px;
}
