Could you give more details? Source code perhaps?
This code will display 'TEST' as header.
This part: "background-color: #red;" is wrong. When typing name of color, don't use #, so it should look like: "background-color: red;". Same in #header.
Anything else?