html, body
{
	height: 100%;
}

#main
{
	overflow:auto;
}


div#footer
{
	position: relative;
	clear: both;
} 
.gng div#footer{
	background: #F2F2F2;
	border-top: 3px solid #32363D;
	margin-top:45px;
}

div#footer div.container
{
	width: 940px;
	margin: 0 auto;
}
#access-container-mobile{display: none;}
#account-header #access-mobile{display:none;}
#copy-mobile{display:none;}
@media screen and (max-device-width: 480px) and (min-device-width: 320px){
  #mobile-app-install {
    padding: 12px 20px 17px 20px;
    background: #E9E9E9;
    display: none;
    text-align: center;
    color: #fff;
    background: #000;
    background: url("../img/mobile_install.jpg") no-repeat -154px 0px;
    background-size: 181%;
    position: fixed;
    z-index: 999;
    height: 96%;
    width: 95%;
  }

  #mobile-app-install a:visited {
    color: #fff;
    text-decoration: none;
  }

  #mobile-app-install a {
    text-decoration: none;
  }

  #mobile-app-install .install-title {
    font-family: 'LeituraNews';
    font-size: 27px;
    line-height: 35px;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 40px;
    text-shadow: 1px 1px 1px #333;
    color: #fff;
  }

  #mobile-app-install a.button-highlight {
    text-decoration: none;
    position: absolute;
    bottom: 57px;
    left: 50%;
    background: #0938f0;
    border: none;
    margin-left: -147px;
    width: 250px;
    font-family: 'SweetSans';
    color: #fff !important;
  }

  #mobile-app-install .install-continue {
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin-left: -53px;
    font-family: 'LeituraNews';
    font-style: italic;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
  }
  
  #mobile-app-install.adroll a.button-highlight{bottom: 167px;}
  #mobile-app-install.adroll .install-continue{bottom:132px;}
        

}
