$(document).ready(function() {
	$("#contianer").vhCenter();
	$(window).resize(
		function(){	$("#contianer").vhCenter();}
	);
});