*{
    margin:0;
    padding:0;
    background: #000;
}

body,html{
    width:100%;
    height:100%;
}
#content{
    position:relative;
    visibility:hidden;
    width:980px;
    height:504px;
    margin:0 auto;
    background: url("../images/bg.jpg") no-repeat;
    background-position: top center;
}

#swf{
    position:relative;
    top:250px;
    width:980px;
    height:254px;
}