window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","top","#DEE0DF","#0F4295","smooth");
Rounded("div#header h1","","","#0F4295");
Rounded("div#content","","#4387D2","#4387D2");
Rounded("div#nav li","top","#0F4295","#CFECFC","border #000000");
Rounded("div#box","all","#0F4295","#CFECFC","smooth");
Rounded("div#relax","all","#4387D2","transparent");
Rounded("div#footer","bottom","#DEE0DF","#0F4295","smooth");
}