#video {
    position: relative;
    left: 50%;
    background-image: url(/img/frame.gif);
    margin-left: -275px;
    background-repeat: no-repeat;
    width: 550px;
    top: 130px;
    height: 320px;
    *padding: 10px 0 0 10px !important;
}

#video object {
    position: relative;
    left: 10px;
    top: 10px;
}

#description {
    top: 130px;
    height: 320px;
}

#description p {
    padding-top: 15px;
    font-size: 11px;
}

/* used on promo page */
#fact-1 {
    top: 130px;
}

#footer {
    margin-left: 1px;
}

* html #footer {
    margin-left: 0;
}