This is a simple page that can hold a piece of text

Introduction.dwt is the model, based on a div that we did call 'intro', to prefix size and other page's properties. The div 'intro' is set into a non-editable page's part, but its infos can be found in the style sheet page_div.css. However we might not give the style sheet, assigning 'intro' data through a CSS into HEAD. For those who know a minimum of English these characteristics are very clear. Here they are:

<style type="text/css">
#intro {
background-image:url(../immagini/pansoff.png);
width:680px; height: auto; padding:20px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
text-align: justify;
font-family:Cambria; font-size: large;
}
</style>

pansoff.png is a semitransparent background prepared to highlight a text over a background image of an under laying page.