body,
body * {
    vertical-align:baseline;
    border:0 none;
    outline:0;
    padding:0;
    margin:0;
}

:focus {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}

img{
  border: 0;
}

div,
img,
button,
svg,
video {
  position: absolute;
  top:0px;
  left:0px;
}

#loading_dc, #main_container {
    
    width:728px;
    height:90px;
    
}

#loading_dc {
  z-index:9;
}

#loading_image_dc {
  left:50%;
  top:50%;
  margin-left:-16px;
  margin-top:-16px;
}

#main_container {
    background-color:#2970ff;
    overflow:hidden;
    visibility:hidden;
    cursor:pointer;
    z-index:10;
}
#main_content{
    width:100%;
    height:100%;
}

.retina {

  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;

}
#border{
    border:1px solid #000000;
    box-sizing:border-box;
    width:100%;
    height:100%;
}

#cta_wrap {
    
  left: 555px;
  top: 25px; 
  width:145px;
  height:40px;
  overflow:hidden;
}
