@charset "UTF-8";

*
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
    font-family: Arial, sans-serif;
}


#border {
    z-index: 10;
}


#container {
  background-color: black;
  position: relative;
  width: 728px;
  height: 90px;
  overflow: hidden;
}

#border{
    display: block;
    border: rgb(145, 153, 153) 1px solid;
    overflow: hidden;
    width: 728px;
    height: 90px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
}

#content {
    display: block;
}
#Cover, .logo, #cta, #clickthrough-button, .bg, #overlay {
    height:90px;
    width:728px;
}

#hero {
    left:0px;
    height:90px;
    width:728px;
}


#ad {
    display: block;
    border: rgb(145, 153, 153) 1px solid;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#banner {
    position: absolute;
    display: block;
    background-color: #FFF;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0;
}


#Cover, .logo, #cta, #clickthrough-button, .bg {
    position: absolute;
    top:0px;
    left:0px;
}



#overlay {
    position: absolute;
    top:0px;
    left:0px;
    opacity: 0.3;
}



.logo, #cta, #czlogo {
    z-index: 6;
}


#hero {
    z-index: 2;
}

#bg-end {
    z-index: 3;
}