@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: 19px;
    letter-spacing: 1px;
    line-height: 21px;
    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: 90px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    width: 728px;
}
.copyright::after{
    content: "\00a9 Disney";
    font-family: sans-serif;
    font-size:8px;
    bottom:-6px;
    right:4px;
    position:absolute;
}
#background {
    background: url(images/background.jpg);
    height: 90px;
    overflow: hidden;
    position: absolute;
    width: 728px;
}

#logo {
    background-image: url('images/logo.png');
    height: 56px;
    position: absolute;
    left: 180px;
    top: 30px;
    transform: translateY(-15px);
    width: 88px;
}
#mm1 {
  background: url(images/mm1.jpg);
  position:absolute;
  width:158px;
  height:90px;
}
#mm2 {
  background: url(images/mm2.jpg);
  position:absolute;
  width:158px;
  height:90px;
}

#dologo {
    background-image: url('images/do.png');
    background-repeat: no-repeat;
    height: 64px;
    left: 475px;
    position: absolute;
    top: 50%;
    width: 102px;
    -moz-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}



#arrow {
    background-image: url('images/cta-button.png');
    background-repeat: no-repeat;
    height: 38px;
    left: 600px;
    position: absolute;
    top: 50%;
    width: 112px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
