*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

div,
img {
    position: absolute;
    overflow: hidden;
}

#ad {
    position: relative;
    width: 728px;
    height: 90px;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-color: #ffffff;
}

#banner {
    display: none;
    width: 726px;
    height: 88px;
    background-color: #ffd100;
}

.show {
    display: block !important;
}

.sprite {
/*    background-image: url(spritesheet.png);*/
    background-repeat: no-repeat;
    display: block;
}

.sprite-copy-find-out-more {
    width: 116px;
    height: 14px;
    background-position: -3px -3px;
}

.sprite-copy-in-an-exclusive-private-concert {
    width: 211px;
    height: 58px;
    background-position: -3px -23px;
}

.sprite-copy-only-with-optus-perks {
    width: 309px;
    height: 28px;
    background-position: -3px -87px;
}

.sprite-copy-win-tickets-to-see-troye-sivan {
    width: 248px;
    height: 58px;
    background-position: -3px -121px;
}

.sprite-optus {
    width: 69px;
    height: 14px;
    background-position: -125px -3px;
}

.sprite-perks-logo {
    width: 104px;
    height: 62px;
    background-position: -220px -3px;
}


#background {
  /*background-image: url(../images/bg.jpg);*/
  left: 0px;
  top: 0px;
  width: 911px;
  height: 90px;
  z-index: 2;
}

#background_teal {
    background-color: #1bafb2;
    width: 728px;
    height: 90px;
    left: 728px;
    z-index:10;
}

#perks_logo {
    top: 0px;
    left: 0px;
    z-index: 11;
}

#copy_win_tickets_to_see_troye_sivan {
    top: 16px;
/*    left: 161px;*/
    left: 181px;
    opacity: 0;
    z-index: 3;
}

#copy_in_an_exclusive_private_concert {
    top: 16px;
/*    left: 165px;*/
    left: 185px;
    opacity: 0;
    z-index: 3;
}

#copy_only_with_optus_perks {
    left: 122px;
    top: 31px;
    z-index: 13;
}

#optus_wrapper {
    background-color: rgb(255, 255, 255);
    right: 0px;
    bottom: 0px;
    width: 147px;
    height: 44px;
    z-index: 11;
}

#optus_logo {
    top: 16px;
    left: 40px;
    z-index: 3;
}

#yellow_button {
    background-color: rgb(253, 204, 8);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 147px;
    height: 44px;
    z-index: 11;
}

#find_out_more {
    top: 15px;
    left: 22px;
    z-index: 3;
}

#tcs_copy_wrapper {
    bottom: 0px;
    left: 5px;
    z-index: 11;
}

#tcs_copy_wrapper p {
    font-size: 8px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: white;
}

#yes_svg {
    left: 451px;
    top: 7px;
    width: 102px;
    height: 95px;
    z-index: 12;
}