codice:
/* html */
<div id="livello">Testo</div>

/* css */
#livello {
  position : absolute;
  top : 20px;
  left : 20px;
  width : 200px;
  [...]
}