Css'te calc() fonksiyonu var.Örnek :

div#test { width:1000px; height:300px; margin-top:calc( (100% - 300)/2 ); }