m.addKeyword("center top", "50% 0pt");
m.addKeyword("bottom", "50% 100%");
m.addKeyword("bottom center", "50% 100%");
m.addKeyword("center bottom", "50% 100%");
m.addKeyword("top left", "0pt 0pt");
m.addKeyword("left top", "0pt 0pt");
m.addKeyword("top right", "100% 0pt");
m.addKeyword("right top", "100% 0pt");
m.addKeyword("bottom left", "0pt 100%");
m.addKeyword("left bottom", "0pt 100%");
m.addKeyword("bottom right", "100% 100%");