html{
    width: 100%;
    min-height: 100%;
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
#takeOver{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:102;
}
#blackground{
    position:fixed;
    float:left;
    clear:both;
    display:block;
    left:0;
    right:0;
    top:0;
    width:100%; 
    /*height:100%;*/
    height:1590px;
    min-width:100%;
    min-height: 100%;
    background: #000;
    padding:0;
    z-index:101;
}
#takeOver a{
    display:block;
    width:100%;
    height:100%;
}
#container{
    position:relative;
    border:1px solid #FFF;
    display:block;
    /*height:510px;*/
    width:640px;
    padding:0;
    margin:35px auto;
    /*overflow: hidden;*/
}
.promoImage{
    position:relative;
    top:0;
    left:0;
    border:none;
    margin:auto;
    width:100%;
    /*height:480px;*/
    background:#000;
    padding:0;
    cursor:pointer;
}
.buttonBox{
    position:relative;
    top:0;
    left:0;
    border:none;
    display:block;
    height:30px;
    width:100%;
    background:#231f20;
    margin:0;
    padding:0;
}
.Continue, .OfferButton, .DontShowAgain{
    position:relative;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    bottom:0px;
    padding:5px 20px 5px;
    /*width:230px;*/
    height:20px;
    cursor:pointer;
}
.Continue {
    height: 50px;
}
.DontShowAgain {
    position: absolute;
    top:30px;
    right: 0;
}
.DontShowAgain label {
  cursor: pointer;
}
.Continue{
    text-align:right;
    float:right;
    right:0px;
} 
.OfferButton{
    text-align:left;
    float:left;
    left:0px;
}
.OfferButton a,
.OfferButton a:visited {
  color: #fff;
}    
.OfferButton a:visited:hover {
  /*color: #999;*/
}
.DontShowAgain {
  display: none;
}
.Sticker:hover, .OfferButton:hover, .OfferButton a:hover, .Continue:hover{
    background-position:top;
    /*color:#4aa823;*/
    color: #AC3D34;
}    
.totallyClear{
    zoom: 1;
    filter: alpha(opacity = 0);
    opacity: 0;
}

#XButton{
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    
    cursor:pointer;
    float:right;
    position:absolute;  
    top:-1px;
    right:1px;
    width:24px;
    height:24px;
    background:url(../images/CloseButton.png) bottom center no-repeat;
}

#XButton:hover{
      background-position:top;
}










/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/
/*Media Queries*/

@media only screen and (max-width: 800px) {
    #container{
        width:90%;
    }
    .promoImage img{
        width:100%;
    }
    .buttonBox{
        height:60px;
        text-align: center;
    }
    .Continue, .OfferButton{
        text-align:center;
        clear:both;
        float:none;
    }
}

@media only screen and (max-device-width: 600px) {
    #blackground, 
    #takeOver {
      width: 105%;
    }
    #container{
        width:90%;
    }
    .promoImage img{
        width:100%;
    }
    .buttonBox{
        height:3em;
        text-align: center;
        font-size: 2.8em;
        position: relative;
    }
    .buttonBox>div {
        margin-bottom: .8em;
        position: relative;
    }
    .Continue, .OfferButton{
        text-align:center;
        clear:both;
        float:none;
    }
    .DontShowAgain {
        position: absolute;
        top:1.5em;
    }
    #XButton{
        width:60px;
        height:60px;
        background-size: cover;
    }
}