#site {
width:100%;
background: #000 url(background/sirill_web_background_cinema-cloud.png) no-repeat center;
}
#display {
background-image:none;
}
#display_layer {
background-image:none;
}
#display_layer:active {
filter:alpha(opacity=70);
opacity: 0.7;
}
#display img {
filter:alpha(opacity=80);
opacity: 0.8;
}
#display img:hover , #display a:focus img {
filter:alpha(opacity=90);
opacity: 0.9;
}
#display img:active {
filter:alpha(opacity=70);
opacity: 0.7;
}
