This worked like a charm. Thank you very much.
Nobody can help?
Site link: http://reka.co.rs
I have found an alternative by using jQuery.
$('.description h1').each(function(){
var word = $(this).text().replace(/word/,"<span>word</span>");
$(this).html(word);
});
Hope this will be of use to someone else.
You could do a fixed margin from the top. Could you be more specific about your layout maybe include the structure.