window.addEvent('domready',function(){
	try {
		if($$('footer')){
			Nifty("div.footer","transparent bottom big fixed-height");
		}
		
		if($$('menu')){
			Nifty("div.menu","transparent top big");	
		}
		
		if($$('sub_menu')){
			Nifty("div.sub_menu","transparent");	
		}
		
		if($$('round')){
			Nifty("div.round","transparent");	
		}
		
		if($$('round_top')){
			Nifty("div.round_top","top big transparent");	
		}
		if($$('round_bottom')){
			Nifty("div.round_bottom","top big transparent");
		}
	} catch(err){
		
	}	
});
