/****BACKGROUND GRADIENT****/
#rt-header, #rt-copyright {
  background: -webkit-linear-gradient(left, #26499b , #26499b, #1173ba, #26499b, #26499b); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #26499b , #26499b, #1173ba, #26499b, #26499b); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #26499b , #26499b, #1173ba, #26499b, #26499b); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #26499b , #26499b, #1173ba, #26499b, #26499b); /* Standard syntax */
  color: #ffffff;
}

#rt-copyright {
 padding-bottom: 90px; 
}

/*STICKY FOOTER @ BOTTOM OF WINDOW*/
/*
div#rt-copyright {
position: fixed;
bottom: 00px;
width: 100%;
}
*/