window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#D6DEEC","#003399","smooth");
Rounded("div#header h1","bottom","#003399","#ffffcc","small smooth");
Rounded("div#content","all","#D6DEEC","#FFF","smooth");
Rounded("div#foto1","all","#FFF","#D6DEEC","smooth");
Rounded("div#gallery","all","#FFF","#D6DEEC","smooth");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");
Rounded("div#slide","all","#FFF","#D6DEEC","smooth");
Rounded("div#video","all","#FFF","#FFFFCC","smooth");
Rounded("div#prices","all","#FFF","#FFFFCC","smooth");
}