/*
  Argos FRP
  Website Stylesheet (IE)
  @author Cameron Fitzgerald, camandco@gmail.com
*/

body {
  /* Hex only: rgb(43,57,144) = #2B3990, rgb(39,170,225) = #27AAE1 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B3990', endColorstr='#27AAE1', GradientType=0)";
  height: auto;
  background-attachment: scroll;
  background-repeat: repeat;
}

.full-width-panel {
  background: rgb(43,57,144);
}