@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

:focus { outline: 0; } 
::-moz-focus-inner { border: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

/* Div layer for the entire banner */
#container_dc {
  position: relative;
  display: block;
  width: 320px;
  height: 50px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #000;
}
#content_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #04abf1;
  z-index: 400;
  overflow: hidden;
}
#background_exit_dc {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 500;
  cursor: pointer;
  top: 0;
  left: 0;
}
#background {
  display: block;
  position: absolute;
  width: 281px;
  height: 100%;
  background: url('http://a.dolimg.com/ads/creative/CepiaHappy_042014/300x50/background.jpg') no-repeat;
  background-size: cover;
  z-index: 10;
  top: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ad_bg {
  position: absolute;
  display: block;
  background: #000;
  height: 100%;
  width: 17px;
  left: 0;
  top: 0;
  z-index: 50;
}

.sprite {
  display: block;
  position: absolute;
  background: url('http://a.dolimg.com/ads/creative/CepiaHappy_042014/300x50/sprite.png') no-repeat top left;
  z-index: 20;
}
.sprite.logo {
  background-position: 0px 0px;
  width: 42px;
  height: 42px;
  top: 3px;
  left: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sprite.pet1 {
  background-position: 0px -52px;
  width: 46px;
  height: 38px;
  top: 5px;
  left: -46px;
}
.sprite.pet2 {
  background-position: 0px -100px;
  width: 44px;
  height: 38px;
  top: 5px;
  left: -87px;
  z-index: 30;
}
.sprite.pet3 {
  background-position: 0px -148px;
  width: 38px;
  height: 37px;
  top: 5px;
  left: -128px;
  z-index: 40;
}
.sprite.pet4 {
  background-position: 0px -195px;
  width: 48px;
  height: 35px;
  top: 5px;
  left: -169px;
  z-index: 50;
}
.sprite.text_ad {
  background-position: 0px -240px;
  width: 8px;
  height: 13px;
  top: 16px;
  left: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sprite.text_pets {
  background-position: 0px -263px;
  width: 92px;
  height: 50px;
  left: 299px;
  top: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}