Make background image cover entire viewable area while keeping aspect ratio
.site-container {
background: url(images/bg-top.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}