in reply to Statistics of a word document through the open office

First, your CSS is not standard. You have left out the 'px' unit with your positions. What are the numbers? pixels, points, elements, percentages?

Secondly, filters are implemented only in IE, they are not part of the CSS specification.

Have a look here for CSS support in browsers.

Also, run your code through the HTML validator and when it is correct there, through the CSS validator.