var century = {
  src: 'century.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(century); // From revision 209 and onwards

sIFR.replace(century, {
  selector: 'h1'
	,css: [
      '.sIFR-root { color: #061523; letter-spacing: -1; padding:0; }'
    ]
	,wmode: 'transparent' 
});


sIFR.replace(century, {
    selector: '.intro-text'
		,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { color: #061523; letter-spacing: -1; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #1875de; }'
      ,'a:hover { color: #1875de; text-decoration: none; }'
    ]
  });
	
	

