$(function()  {
  
  $('#rubyconf').animate({
  	top: "0px",
  	left: "0"
  }, 2000);
});
