html,
body {
    margin: 0;
    padding: 0;
}

#ad {
    background: url(../images/back.jpg) no-repeat;
}

a {
    text-decoration: none;
}

video {
    opacity:0;
    transition:opacity 500ms;
}
video.waa {
    opacity:1;
}