body { font-family: 'Malgun Gothic', sans-serif !important; }

body #scroller a { font-family: 'Gulim', Arial, sans-serif !important;}

/* Japan needs right justified class - so maybe Korea will */
.flush-right{
        /* position:absolute;       All browsers */
        top: auto;              /* Standards  browsers */
        /* top: position-static;   IE all others ignore this as invalid*/
        right: 0;               /* All except IE */
        left: expression(parentNode.offsetWidth - offsetWidth + 'px'); /* IE only */
    }
    
