function resize(){
    	var h = $( window ).height();
	var cont = $("#container").height()+30;
	if(h > cont) { $("#container").css( "margin-top", (h-cont)/2 ); } 
}


$(function(){
    resize();
    //$( window ).resize( resize );
});




$(document).ready(function() {
    $('#header-banner').flash(
        { src: '/flash/banner_493x99_cs3.swf',
            width: 493,
            height: 99
        },
        { version: 8 }
    );
});




