
body {
  margin: 0px;
}

#banner {
    display: block;
    background-color: rgb(255, 255, 255);
    border: rgb(0,131,121) 1px solid;
    width: 298px; height: 248px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
}
#bg-exit {
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
#background {
  background-color: rgb(70, 156, 176);
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}

.content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
.head1 {
  background-image: url("../images/head1.png");
  position: absolute;
  left: 145px;
  top: 110px;
  width: 136px;
  height: 64px;
}
.head2 {
  background-image: url("../images/head2.png");
  position: absolute;
  left: 151px;
  top: 110px;
  width: 125px;
  height: 60px;
}
.coach {
  background-image: url("../images/coach.png");
  position: absolute;
  left: 142px;
  top: -38px;
  width: 144px;
  height: 144px;
}
.subhead1 {
  background-image: url("../images/subhead1.png");
  position: absolute;
  left: 44px;
  top: 9px;
  width: 84px;
  height: 46px;
}
.subhead2 {
  background-image: url("../images/subhead2.png");
  position: absolute;
  left: 153px;
  top: 125px;
  width: 119px;
  height: 24px;
}
.orb {
  position: absolute;
  left: 20px;
  top: -35px;
  width: 300px;
  height: 250px;
}
.ball1 {
  background-color: rgb(232, 163, 91);
  position: absolute;
  left: 120px;
  top: 104px;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ball2 {
  background-color: rgb(232, 163, 91);
  position: absolute;
  left: 126px;
  top: 92px;
  width: 8px;
  height: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ball3 {
  background-color: rgb(232, 163, 91);
  position: absolute;
  left: 136px;
  top: 82px;
  width: 14px;
  height: 14px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.person {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
.head {
  background-image: url("../images/head.png");
  position: absolute;
  left: 22px;
  top: 13px;
  width: 66px;
  height: 59px;
}
.arm {
  background-image: url("../images/arm.png");
  position: absolute;
  left: 92px;
  top: 78px;
  width: 50px;
  height: 77px;
  transform-origin: 8px 67px; 
}
.arm2 {
  background-image: url("../images/arm2.png");
  position: absolute;
  left: 1px;
  top: 118px;
  width: 61px;
  height: 42px;
  transform-origin: 10px 31px; 
}
.womanbody {
  background-image: url("../images/womanbody.png");
  position: absolute;
  left: -3px;
  top: 53px;
  width: 109px;
  height: 321px;
}
.blueBAck {
  background-color: rgb(70, 156, 176);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
.cta {
  background-image: url("../images/cta.png");
  position: absolute;
  left: 162px;
  top: 155px;
  width: 102px;
  height: 20px;
}
.logo {
  background-image: url("../images/logo.png");
  position: absolute;
  left: 170px;
  top: 186px;
  width: 85px;
  height: 55px;
}

