Nel css del tuo template
body {
margin: 15px;
height: 100%;
padding: 0px;
font-family: Arial, Helvetica, Sans Serif;
line-height: 120%;
font-size: 10px;
color: #333333;
background: ee9a00;
}
Deve essere background: #ee9a00;
IE probabilmente lo digerisce anche senza # prima del codice colore, FF no.