body {
    font-family: Arial, sans-serif;

}

#bg-exit {
  border: rgb(204, 204, 204) 1px solid;
ÊÊbackground-color: rgba(0,167,255);
ÊÊcursor: pointer;
ÊÊheight: 100%;
ÊÊleft: 0px;
ÊÊtop: 0px;
ÊÊwidth: 100%;

}


button {
    background-color: #0068FF;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
button:hover,
button:active {
    color: #FFFFFF;
    opacity: 0;
ÊÊÊ filter: alpha(opacity=0); /* For IE8 and earlier */
    
}
button:active {
    font-size: 11px;
}
.label {
    color: #0D2A4D;
    position: absolute;
    margin-left: 10px;
    top: 35px;
}
body {
    margin: 0px;
}
#ad {
    display: block;
    border: rgb(204, 204, 204) 1px solid;
    overflow: hidden;
    width: 298px;
    height: 248px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#banner {
    position: absolute;
    display: block;
    width: 298px;
    height: 248px;
    background-color: #FFF;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.buttons {
    position: absolute;

}
.button {
    height: 248px;
    width: 298px;
    color: #FFFFFF;
    opacity: 0;
ÊÊÊ filter: alpha(opacity=0); /* For IE8 and earlier */
}
