function css() {

	/* go on for IE in generall */
	if($.browser.msie){
		
		/* take care IE 6 only */
		if($.browser.version <= 6) {
		
			$('#menu2>a:first-child, #bottom p span:first-child, #bottom ul li:first-child').addClass('first-child')
		
		}
	}
	
	$('#container').after('<div id="footer"></div>');


}

$(document).ready(css);
