enum EPosition { STATIC, RELATIVE, ABSOLUTE, FIXED }; // CENTER is not part of CSS, but we need it to get <inherited align=center> and the <center> // element right