#access {
background: #51CAE8 /* #222 original changed*/; /* Show a solid color for older browsers */
background: -moz-linear-gradient (#CCCCCC, #CCCCCC);/*(#252525, #0a0a0a); */
background: -o-linear-gradient (#CCCCCC, #CCCCCC);/*(#252525, #0a0a0a); */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#CCCCCC)); /* older webkit syntax */
background: -webkit-linear-gradient(#51CAE8, #51CAE8);
  .bg-dark, .bg-graphite {
    background-color: #A3A3A3;
}
  
  .gk_is_text h4, .moduletable.bigtitle h3 span, .moduletable.bigtitle h3 { font-family: LeagueGothic; color:red; }