
.splash {
  background: url(/img/main_splash_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
  width: 100%;
}

.splash_small {
  background: url(/img/main_splash_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 105px;
  width: 100%;
}

footer {
    border-top: 1px #ccc solid;
    background-color: #eee;
}