/* 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;
}

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

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

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

.sprite-copy-gags {
	width: 133px;
	height: 52px;
    background-position: 0 0;
    left: 412px;
    top: 106px;
}


.sprite-copy-gigs {
	width: 114px;
	height: 53px;
    background-position: 0 -57px;
    top: 106px;
    left: 430px;
}

.sprite-copy-good-times {
	width: 294px;
	height: 43px;
    background-position: 0 -115px;
    top: 106px;
    left: 340px;
}

.copyJoinNow-wrapper {
    bottom: 0px;
    right: 0px;
    background-color: #fdc131;
    width: 133px;
    height: 36px;
}

.sprite-copy-join-now {
    width: 70px;
    height: 12px;
    background-position: 0 -163px;
    left: 33px;
    top: 13px;
}

.sprite-copy-join-now-arrow {
    width: 6px;
    height: 12px;
    background-position: -70px -163px;
    left: 103px;
    top: 13px;
}



.sprite-copy-now-with-exclusive-offers-to-events {
	width: 415px;
	height: 82px;
    background-position: 0 -180px;
    top: 60px;
    left: 187px;
}

.optusTealLogo-wrapper {
    bottom: 0px;
    right: 133px;
    background-color: white;
    width: 122px;
    height: 36px;
}

.sprite-optus-teal-logo {
    width: 84px;
    height: 18px;
    background-position: 0 -267px;
    top: 9px;
    left: 15px;
}

.sprite-perks-logo-berry {
    width: 107px;
    height: 68px;
    background-position: 0 -290px;
}

.sprite-ticket-logos-lockup {
	width: 224px;
	height: 26px;
    background-position: 0 -358px;
    bottom: 10px;
    left: 10px;
}

.background-image {
    width: 970px;
    height: 472px;
    background-repeat: no-repeat;
    overflow: visible;
}

.background-teal {
    background-color: #1bafb2;
    width: 970px;
    height: 250px;
}

#yes_svg {
    left: 630px;
    top: 43px;
    width: 206px;
    height: 149px;
    z-index: 3;
}

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

#banner {
    display: none;
    width: 968px;
    height: 248px;
    background-color: #ffd100;
}

.show {
    display: block !important;
}