body {
    font-family: Arial, sans-serif;
    margin: 0px;
    overflow: hidden;
}

#ad {
    background: rgb(186,18,34);
    background: radial-gradient(circle, rgba(186,18,34,1) 62%, rgba(137,0,7,1) 100%);
    display: block;
    border: rgb(145, 153, 153) 1px solid;
    overflow: hidden;
    box-sizing: border-box;
    -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;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

img {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
}



#more {
    display: block;
    margin-right: 20px;
    float: right;
}
