// JavaScript Document

jQuery().ready(function(){
	$('#title').css({'right': '310px'});
});


