body {
  padding: 0;
  margin: 0;
}

#ad {
  position: absolute;
  width: 300px;
  height: 250px;
  left: 0;
  top: 0;
  margin: auto;
  background: #000000;
  overflow: hidden;
  cursor: pointer;
}

#black_layer2{
  position: absolute;
  width: 300px;
  height: 250px;
  left: 0;
  top: 0;
  margin: auto;
  background: #000000;
  overflow: hidden;
}

.style-set {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 250px;
  opacity: 0;
  z-index: 1;
}
#border{
  border: 1px solid #929595;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#logo1, #logo{
  opacity: 1;
}

#sun {
  background: url(../images/sun.png) no-repeat;
}
#bg2 {
  background: url(../images/bg2.jpg) no-repeat;
  opacity:1;
  height: 326px;
  top: 0px;
}
#bg3 {
  background: url(../images/bg3.jpg) no-repeat;
}

#copy1 {
  background: url(../images/copy1.png) no-repeat;
}

#copy2 {
  background: url(../images/copy2.png) no-repeat;
}

#copy3 {
  background: url(../images/copy3.png) no-repeat;
}

#logo {
  background: url(../images/logo.png) no-repeat;    
}

#logo1 {
  background: url(../images/logo1.png) no-repeat;
}   
#glow {
  background: url(../images/glow.png) no-repeat;
}  
.img{
  background-size: contain !important;   
}
#overlay{
  width: 45%;
  height: 122%;
  position: absolute;
  top: -54px;
  left: -66px;
  border-radius: 50%;
  opacity: 0.20;
  border: 50px solid #000000;
  z-index: 5;
}

#shadow{
width: 37px;
height: 36px;
position: absolute;      
bottom: 22px;
right: 23px;
overflow: hidden;
opacity: 0;
}
#black_layer1{
  background: #000000;
  opacity:1;
}
#glow_shadow{
     width: 67px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 8px;
    overflow: hidden;
    opacity: 1;
}
#glow{
left: -30px;
       width: 60%;
    height: 100%;
    top: -2px;
}

