{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
}

.retina{
  position: absolute;
  width: 336px;
  height: 280px;
}

#border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  z-index: 9998;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button{
  position: absolute;
  width: 166px;
  height: 40px;
  top:134px;
  left:18px;
}
#buttonActive,#buttonInactive{
  position: absolute;
  width: 166px;
  height: 40px;
  top:0px;
  left:0px;
}

#buttonActive{
  display: none;
}

#orangeFill{
  position: absolute;
  width: 100%;
  height: 91px;
  bottom: 0px;
  background-color: #ec6600;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.sprite{
  position: absolute;
  height: 280px;
  width: 5376px;
  left:0px;
  top:0px;
  
}

.logo{
  position: absolute;
  width: 336px;
  height: 280px;
}

.textBlock1{
  position: absolute;
  top:216px;
  left:20px;
}

.textBlock2{
  position: absolute;
  top:205px;
  left:20px;
}

.textBlock3{
  position: absolute;
  top:20px;
  left:20px;
}

.textBlock3 .textLine{
  margin-bottom: 0px;
}

.textLine{
  position: relative;
  margin-bottom: -4px;
}

#disclaimer{
  margin-top:7px;
}



