div.alert{
    width : 100%;
    height : 500px;
    margin : 0 auto;
    background-image : url(bg_alert.png);
    background-repeat : no-repeat;
    background-position : top center;
    }

div.alert_site  {
    position : relative;
    width : 100%;
    height : 500px;
    margin : 0 auto;
    }
    
div.alert_movie {
    padding-top : 50px;
    margin-left : 550px;
    }

div.alert p.one,
div.alert p.two {
    position : absolute;
    z-index : 200;
    }

div.alert p.one     {
    position : relative;
    top : 35px;
    margin : 0 auto;
    width : 970px;
    }

div.alert p.two     {
    margin-top : 55px;
    }

div.alert img   {
    /* border : 1px solid red; */
    }