  body, html {
  height: 100%;
  background: #A4AFB1 url(http://www.swosu.edu/common/images/background.jpg) top center no-repeat;
  font: 16px "myriad-pro", sans-serif;
  margin: 0;
  padding: 0;
}
.grid-container {width: 100%; max-width: 950px; margin: 0 auto;}
.banner {
  background: url(http://www.swosu.edu/resources/evaldata/banner-background.png) center top no-repeat;
  background-size: 100% 166px;
  height: 166px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
    .banner {background-image: none; background-color: #293f6f;}
}
.banner .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 10;
    height: 122px;
    width: 275px;
    display: inline-block;
}
.banner h1 {
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 11;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(53, 53, 53, 1);
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner h1 {
        right: 2%;
    }
}
.colorful-divider {
  background-image: url(http://www.swosu.edu/common/images/colorful-divider.png);
  background-position: top center;
  background-repeat: repeat-x;
  height: 11px;
  display: block;
  margin: 0;
}
.page {
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 950px;
}
.content {padding: 10px;}
.absfooter {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  border-top: 1px solid #293f6f;
  padding: 5px 0;
  color: #5c6668;
  position: relative;
  font-size: 12px;
}
.left-box {width: 50%; float: left; left: 0; top: 10px; margin: 0 0 0 20px;}
.right-box {width: 50%; float: right; text-align: right; margin: 0 20px 0 0;}
@media screen and (max-width: 768px) {
    .left-box, .right-box { width: 100%; float: none; text-align: center; margin: 0;}
}

