html {
    font-size: 1.25em; /* 1.25x16px = 20px */
}

body {
    font-size: 70%; /* adjusts base font to 10px */

}

html>body {
    font-size: 14px; 

}

body {
    background: url('../images/interface/background_large.gif') center top repeat-y;
     
}
