body, html {
    padding: 0px;
    margin: 0px;
    height: 100%;
}
object, embed {
    display: block;
}
#floater {
    height: 50%;
    margin-top: -260px;
    width: 100%;
    float: left;
}
#container {
    clear: both;
    margin: 0 auto;
    width: 740px;
    height: 480px;
}
#main_movie {
    position: relative;
    z-index: 0;
}
#mp3_player {
    display: none;
    text-align: center;
    width: 738px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #009;
    border-top: 0;
}
#mp3_player object {
    display: block;
    margin: 0px;
}
#mp3_player a {
    display: none;
    text-align: center;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: white;
    height: 19px;
    border-top: 1px solid #aac;
}
#mp3_player a:hover {
    color: orange;
}
