jQuery Make Me Center Plugin Demo

Center Me Vertically & Horizontally


$(document).ready(function(){ 
	$("div.box").makemecenter();
})