
$(document).ready(function(){
	try{
		if( $('#skyscraper').html().length > 0 ){
		$('#containercontainer').addClass('expand');
		$('#skyscraper a').css('color', '#ddd');
		$('#skyscraper').css('margin-top', '39px');
		
		if ($(window).width() > 1590){
			$('#containercontainer.expand').css('width','1590px');
			$('#container').css('margin-left','305px');
			
		}else{
			$('#containercontainer.expand').css('width','1290px');
		//	$('body#cultuur').css('background-position','-300px top');
		//	$('body#cultuur').css('background-attachment', 'fixed');
		}
		
		
	}
	}catch(errorObject){}
	
	
	
	
});
