body {
  padding: 0;
  margin: 0;
}

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

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

.style-set {
  position: absolute;
  left: 0;
  top: 0;
  width: 970px;
  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;
  width: 970px;
  height: 275px;
}
#bg2 {
  background: url(../images/bg2.jpg) no-repeat;
  opacity:1;
  height: 330px;
  top: 0px;
}

#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: -72px;
  border-radius: 50%;
  opacity: 0.25;
  border: 50px solid #000000;
  z-index: 5;
}

#shadow{
width: 46px;
height: 45px;
position: absolute;      
bottom: 32px;
right: 38px;
overflow: hidden;
opacity: 0;
}
#black_layer1{
  background: #000000;
  opacity:1;
}
#glow_shadow{
  width: 83px;
  height: 78px;
  position: absolute;
  bottom: -47px;
  right: 19px;
  overflow: hidden;
  opacity: 1;
}
#glow{
  left: -935px;
  top: -219px;
}

