prova così:

questa parte va nell'header
codice:
<style>
.blocco1{
  position: absolute;
  left: 200px;
  top: 100px;
  background-color: #f00;
}
</style>
questa nel body
codice:
<div class="blocco1">
  testo testo testo testo testo
  testo testo testo testo testo
  testo testo testo testo testo
</div>
PS. Puoi esprimere left e top anke in termini di percentuale...