@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: 40px;
    letter-spacing: 1px;
    line-height: 44px;
    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: 250px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    width: 970px;
}
.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: 250px;
    overflow: hidden;
    position: absolute;
    width: 970px;
}

#logo {
    background-image: url('images/logo.png');
    top: 28px;
    height: 29px;
    position: absolute;
    right: 32px;
    width: 187px;
}


#dologo {
    background-image: url('images/do.png');
    background-repeat: no-repeat;
    height: 69px;
    right: 64px;
    position: absolute;
    top: 70px;
    width: 106px;
}

#mm1 {
  background: url(images/mm1.jpg);
  position:absolute;
  width:337px;
  height:250px;
}
#mm2 {
  background: url(images/mm2.jpg);
  position:absolute;
  width:337px;
  height:250px;
}

#t1 {
    font-size: 20px;
    right: 42px;
    position: absolute;
    top: 136px;
}

#t1 span {
    display: inline-block;
    position: relative;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}



#arrow {
    background-image: url('images/cta-button.png');
    background-repeat: no-repeat;
    height: 38px;
    left: 795px;
    position: absolute;
    top: 190px;
    width: 112px;
}
