/*-------------------------------------
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;}

/*-------------------------------------
Layout
---------------------------------------*/
#ad             {width: 300px; height: 250px; -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: 300px; height: 250px; overflow: hidden; cursor: pointer; visibility: hidden; background: #ffffff; border:1px solid black;}
.clicktag       {width: 100%; height: 100%; z-index: 10; cursor: pointer; background:transparent;}
.clicktag img   {border: none; outline: none;}


/*-------------------------------------
Banner Body
---------------------------------------*/

.topborder  { position: absolute; top: 0; width: 300px; height: 25px; background-color: #a40084}
.bottomborder { position: absolute; bottom: 0; width: 300px; height: 25px; background-color: #a40084}
.logo { position: absolute; right: 10px; top: 155px;}
.text1, .text2, .text3 { position: absolute; left: 10px; top: 60px; opacity: 0;}