This plugin center any element in page, horizontal and vertical using the css minus margin method.
The portuguese page can be found at: http://www.alexandremagno.net/blog/?p=75 Download: http://jquerydevbrazil.googlecode.com/svn/trunk/jquery.center.js
Require the dimensions plugin
$("element").center(); //vertical and horizontal $("element").center({ horizontal: false // only vertical });