function roundCorners() {
if(!NiftyCheck())
    return;
Rounded("div#mainHeader","top","#488048","#FFFFFF","smooth");
Rounded("div#container","top","#488048","#FFFFFF","smooth");
Rounded("div#bottomPadded","bottom","#488048","#FFFFFF","smooth");
Rounded("div#topPadded","bottom","#488048","#FFFFFF","smooth");
Rounded("div#footer","all","#488048","#FFFFFF","smooth");
Rounded("div#contact","tl","#FFFFFF","#EEEEEE","smooth");
}
