* { border: 0; padding: 0; margin: 0; }
body { background-position: top left; background-repeat: no-repeat; background-attachment: fixed; background-color: #000; background-image: url(flag.gif); }
div#main { margin: 10px 200px 25px 200px; }
div#main img { margin: auto; display: block; }
div#logo { margin: 10px auto 15px auto; width: 780px; }
div#movie { position: relative; margin: auto; width: 780px; height: 463px; background-image: url(back_big.jpg); background-repeat: no-repeat; }
div#thumbs { position: relative; margin: 0 auto 0 auto; width: 780px; height: 125px; background-image: url(back_small.jpg); background-repeat: no-repeat; }
div#thumbs img { position: absolute; top: 27px; }
div#links { position: relative; margin: -30px auto 15px auto; width: 780px; }
div#links img { position: absolute; }
div#youtube { text-align: center; margin: 40px auto 0 auto; width: 780px; height: 70px; }

/* Hacks for quicktime */
* html object.mov {
    display: none;
}
* html object.mov/**/ {
    display: inline;
}
* html object.mov {
    display/**/: none;
}