/* video.css - css for the video player */

body#video #main-content h1 {   
    text-align: center;
    margin: 20px;
}

/* the flowplayer a tag */
a#player.promo {
    display: block;
    width: 512px;
    height: 384px;
    margin: 30px 50px 30px 50px;
}

a#player.small {
    display: block;
    width: 512px;
    height: 384px;
    margin: 30px auto 30px auto;
}

a#player.show {
    display: block;
    width: 576px;
    height: 432px;
    margin: 30px auto 30px auto;
}

.centered {
    text-align: center;
}
