body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  background: #f1f8f3 url(cielo.png) repeat-x;
  }
div,p,h1,h2,h3,ul,li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	position: absolute;
	bottom: 450px;
	left: 25px;
	top: 469px;
	height: 50px;
	width: 398px;
	text-align: left;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
}
h1 span,h2 span,h3 span {
  display: none;
  }

/*----------------------------------------*
**  Layout in caso
**----------------------------------------*/

#container {
  position: relative;
  width: 760px;
  margin: 0 auto;
  text-align: left;
  }
 
#intro {
  position: absolute;
  top: 28px;
  left: 0;
  width: 310px;
  }
#supportingText {
  width: 690px;
  }
#linkList {
  position: absolute;
  top: 40px;
  left: 585px;
  width: 235px;
  }

/*----------------------------------------*
**  Links in caso
**----------------------------------------*/

a:link,
a:visited { color: #49f; background-color: transparent; text-decoration: none; }
a:hover   { color: #f00; background-color: transparent; text-decoration: none; }

