html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  padding:0;
  margin:0;
  background-color:#eee;
}
div { 
  position:absolute;
}
#wrapper {
  position:relative;
  width:160px;
  height:600px;
  border:1px solid #333;
  overflow:hidden;
}
#slide1, #slide2 {
  width:100%;
  height:100%;
}
#slide1 { display:none; }
#slide2 { display:none; }

#banner {
  width:100%;
  height:100%;
}
#background {
  width:100%;
  height:100%;
  background:url('bg.jpg') top left no-repeat;
}
#natchar {
  left:0; right:0; margin-left:auto; margin-right:auto;
  top:230px;
  width:160px;
  height:114px;
  background:url('natchar.png') top left no-repeat;
}
#logo {
  top:25px;
  left:3px; right:0; margin-left:auto; margin-right:auto;
  width:124px;
  height:88px;
  background:url('logo.png') top left no-repeat;
}
#pet {
  top:290px;
  left:0;
  width:160px;
  height:310px;
  background:url('pet.png') top left no-repeat;
}

.textss {
  left:0; right:0; margin-left:auto; margin-right:auto;
  width:130px;
  background-image:url('text2.png');
  background-repeat:no-repeat;
}
#t_meet { top: 170px; height: 61px; background-position:   0px    0px; }
#t_feed { top: 166px; height: 72px; background-position:   0px  -61px; }
#t_like { top: 166px; height: 45px; background-position:   0px -133px; }

.tagss {
  left:0; right:0; margin-left:auto; margin-right:auto;
  width:117px;
  background-image:url('text.png');
  background-repeat:no-repeat;
}
#t_tag1 { top: 154px; height: 17px; background-position:   0px   0px; }
#t_tag2 { top: 171px; height: 16px; background-position:   0px -17px; }
#t_tag3 { top: 187px; height: 20px; background-position:   0px -33px; }
#t_tag4 { top: 207px; height: 14px; background-position:   0px -53px; }

#cta {
  top:449px;
  left:0; right:0; margin-left:auto; margin-right:auto;
  width:118px;
  height:41px;
  background:url('cta.png') top left no-repeat;
}
#bag {
  top:251px;
  left:0; right:0; margin-left:auto; margin-right:auto;
  width:121px;
  height:169px;
  background:url('bag.png') top left no-repeat;
}
#exit {
  width:100%;
  height:100%;
  cursor:pointer;
  z-index:99999;
}