$(document).ready(function(){
	$('#content').corner("bl br 16px");
	$('.logo').click(function(){
		window.location='/';
	});
});