var main = {

    boxCenterText:function(id){
	/*if($(id+' p').height() < 200){
	    var margin = ((304-$(id+' p').height())/2)-50;
	    $(id+' p').css('margin-top',margin+'px');
	}else{
	    $(id+' p').css('margin-top','auto');
	}*/
    }

}
