/**
 * @author Programmer
 */
$(document).ready(function(){

	$(".container").center({
		vertical: false
	});

});