@charset "utf-8";
@import "../common/style/html5reset-1.4.1.css";
@import "../common/style/common.css";

@media screen 
{

#flashContent {
    width                       : 800px;
    height                      : 380px;
    margin                      : 0 53px;
}

} /* end of @media screen */

@media print
{

#flashContent {
    text-align                  : center;
}

} /* end of @media print */
