//vertical alignment
$(document).ready(function() {
	//set name here
	$('#factoid p').css({top: '50%', marginTop: -$('#factoid p').height()/2});
});
