        
    

$(document).ready(function(){
    $('#header menu li:first').css("border-left","0 none");
    if($('#content').height()<660){
        $('#content').height(660);
    }
});
