/*-------------------------------------
    Reset
---------------------------------------*/
*           {margin: 0; padding: 0; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box;}
#banner *   {position: absolute;}
#banner br  {position: static;}
img         {border: none; outline: none;}

/*-------------------------------------
    Layout
---------------------------------------*/
#ad           {width: 970px; height: 415px; -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: 970px; height: 415px; overflow: hidden; cursor: pointer; visibility: hidden; background: #f8cdd1;}
.outerBorder  {width: 970px; height: 415px; border:1px solid rgba(0,0,0,.1);}
.clicktag     {width: 100%; height: 100%; z-index: 10; cursor: pointer; background:gray; opacity:0; }
.clicktag img {border: none; outline: none; }
#frame_one    {width: 100%; height: 415px;}

/*-------------------------------------
    Banner Body
---------------------------------------*/
.bg           {left: -200px; top: -200px;}
.icon1        {left: 663px; top: 89px;}
.icon2        {left: 744px; top: 25px;}
.icon3        {left: 712px; top: 120px;}
.cta          {left: 530px; top: 254px; width: 390px; height: 74px;}
.cta_bg       {width: 390px; height: 74px; border-radius: 37px; background: #000;}
.cta_text     {left: 83px; top: 29px; width: 225px; fill:#fff;}

