@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: 300px;
  height: 250px;
  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: 100%;
  height: 100%;
  background: url('http://a.dolimg.com/ads/creative/CepiaHappy_042014/300x250/background.jpg') no-repeat;
  background-size: cover;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}

.sprite {
  display: block;
  position: absolute;
  background: url('http://a.dolimg.com/ads/creative/CepiaHappy_042014/300x250/sprite.png') no-repeat top left;
  z-index: 20;
}
.sprite.logo {
  background-position: 0px 0px;
  width: 67px;
  height: 68px;
  top: 10px;
  left: 113px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sprite.pet1 {
  background-position: 0px -78px;
  width: 120px;
  height: 111px;
  top: 99px;
  left: -120px;
  z-index: 30;
}
.sprite.pet2 {
  background-position: 0px -199px;
  width: 121px;
  height: 118px;
  top: 53px;
  left: 300px
}
.sprite.text_happy {
  background-position: 0px -327px;
  width: 166px;
  height: 22px;
  bottom: 14px;
  left: -166px;
  opacity: 0;
  filter: alpha(opacity=0);
} 
.sprite.text_pets {
  background-position: 0px -359px;
  width: 112px;
  height: 24px;
  bottom: 13px;
  left: 300px;
  opacity: 0;
  filter: alpha(opacity=0);
}