$(function(){
$('div.inner').wrap('<div class="outer"></div>');
// fixed/fluid tests
$(".header").corner();
$(".offer").corner("cc:#ffffff");
});