// JavaScript Document

$(function(){
	
	centerDivs();
	
});

function centerDivs(){
	$('#placeholder').alignCenter();
}
