html, body
{
background-image:  url(../styles/film.png);
background-repeat: repeat-y;
}

#film{
font-size: 16px;
color:#1b2a3e;
text-align:  justify;
background-color: #008000;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
width: 450px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
-moz-box-shadow: 0px 0px 12px #000000;
-webkit-box-shadow: 0px 0px 12px #000000;
box-shadow: 0px 0px 12px #000000;
}
td{
    color: #000000;
    font-size: 16px;
    text-align: justify;
}
h1{
     color: #0000FF;
    font-size: 20px;
    text-align: center;
}
#boxfilm{
    position: absolute;
    margin-left: 150px;
    margin-top: 10px;
    left: 320px;
}

