@font-face {
    font-family: "Optima LT W01 Roman";
    src: url("fonts/36a73a3c-1fe5-4986-92cf-92879e7d3ac3.eot");
    src: url("fonts/36a73a3c-1fe5-4986-92cf-92879e7d3ac3.eot?#iefix") format("embedded-opentype"), url("fonts/60740f82-8b81-4b05-ba70-a17d20b5fac4.woff") format("woff"), url("fonts/20567f69-bce8-40cc-bd26-50903c18d448.ttf") format("truetype");
}

body {
    color: #ffffff;
    font-family: 'Optima LT W01 Roman';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

#banner {
    background-color: #1F94DB;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 160px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    width: 320px;
}
.copyright::after{
    content: "\00a9 Disney";
    font-family: sans-serif;
    font-size:8px;
    bottom:-6px;
    left:4px;
    position:absolute;
}
#background {
    background: url(images/background.jpg);
    height: 160px;
    overflow: hidden;
    position: absolute;
    width: 320px;
}
#mm1 {
  background: url(images/mm1.jpg);
  position:absolute;
  width:300px;
  height:86px;
}
#mm2 {
  background: url(images/mm2.jpg);
  position:absolute;
  width:300px;
  height:86px;
}
#logo {
    background-image: url('images/logo.png');
    top: 10px;
    height: 23px;
    position: absolute;
    left: 73%;
    width: 150px;
    transform: translateX(-50%);
}


#dologo {
    background-image: url('images/do.png');
    background-repeat: no-repeat;
    height: 45px;
    left: 241px;
    position: absolute;
    top: 42px;
    width: 69px;
    transform: translateX(-50%);
}


#t1 {
    width: 300px;
    font-size: 13px;
    left: 236px;
    position: absolute;
    top: 84px;
    text-align: center;
    width: 300px;
    transform: translateX(-50%);
}



#arrow {
    background-image: url('images/cta-button.png');
    background-repeat: no-repeat;
    height: 34px;
    left: 240px;
    position: absolute;
    top: 118px;
    width: 99px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
