RUZEE.Borders.add({
	"#content" : {
	borderType:"simple",
	cornerRadius:30
	}
})


RUZEE.Events.add(window,'domload',function(){
	// modify DOM here, e.g. draw some RUZEE.Borders..
	RUZEE.Borders.render();
});


