#film_show{

position:absolute;
top:40px;
left:20px;
width:500px;
height:400px;
}
#film{
margin-top:100px;
z-index:3;
position:relative;
width:530px;
height:440px;
background-color:#fcdc3b;
border-style:solid;
border-color:orange;
}
#film_bar{
position:absolute;
background:orange;
height:25px;
width:530px;
}
#podstawka{
position:fixed;
height:100%;
width:100%;
background-image:url('grafika/tlo.png');
display: none;
z-index: 2;
}