$(document).ready(function(){	
	$('#header_padel').corner();
	$('#content').corner();
	$('#footer').corner();
	
});